<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/slj6vuf.css");

html {
  height: 100%;
}

body#cas {
  -webkit-text-size-adjust: none;
  background: #1d497d;
  line-height: 1.4;
  min-width: 0;
}

body#cas,
#cas input,
#cas #content .errors h2,
#cas #content .success h2 a {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#cas input {
  font-size: 14px;
}

#cas .info,
#cas .errors,
#cas .success {
  font-size: 14px;
  padding: 20px 40px;
  margin: auto;
  max-width: 80%;
}

#cas .cuit-link {
  color: #FFF;
  opacity: 0.7;
  font-weight: 500;
}

#cas #header {
  background: url("../images/cu-header.svg") no-repeat !important;
  height: 66px;
  margin: 20px auto !important;
  padding: 0 !important;
  width: 320px;
}

#cas #duo_iframe {
  background: #f7f7f7;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  max-width: 500px;
  width: 100% !important;
}

#cas #content {
  margin: 25px auto 2em;
  padding: 1px 15px;
}
#cas #content &gt; div[align="center"] {
  background: none !important;
  color: #FFF !important;
  font-size: 16px !important;
}
#cas #content &gt; div[align="center"] td {
  color: #FFF !important;
  font-size: 16px !important;
}
#cas #content &gt; div[align="center"] td br {
  display: none;
}
#cas #content {
  background: #FFF !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  margin: 0 auto;
  max-width: 440px;
  width: auto !important;
}
#cas #content #logo {
  max-width: 80%;
  height: auto !important;
}
#cas #content form {
  display: table;
  padding: 15px !important;
  margin: auto;
  min-width: 310px;
}

#cas #footer, #cas #footer-box{
  border: none !important;
  color: #FFF !important;
  font-size: 16px !important;
  padding: 15px 15px 0 !important;
}
#cas #footer &gt; p a,
#cas #navigation a {
  color: #769ac5 !important;
  opacity: 1;
}
#cas #footer &gt; div,
#cas #footer-box &gt; div {
  color: #FFF !important;
  font-size: 16px !important;
}

#cas #duo_form {
  background: none !important;
}
#cas #duo_form &gt; div {
  background: none !important;
}

#cas #navigation {
  border: 0 !important;
  background: #FFF;
  color: #555;
  padding: 5px 15px;
}
#cas #navigation {
  font-size: 16px;
}

#cas #content form .btn-row .btn-submit {
  -webkit-appearance: none;
  background: #2c6bac;
  border: 0;
  padding: 10px 20px;
}
#cas #content form .btn-row .btn-submit:hover {
  background: #0080cc;
  box-shadow: none;
}
body#cas .btn-reset {
  border: 0;
}
#cas #content form .text-field label {
  margin-right: 15px !important;
}
#cas #content form .text-field input {
  padding: 6px 12px;
  width: calc(100% - 125px) !important;
  margin-right: -20px;
}
#cas #content form .text-field input:focus,
#cas #content form .text-field input:active {
  border-color: #66afe9 !important;
}
#cas .btn-row {
  margin-top: 5px;
}

#header:after,
#content:after,
#footer:after,
#footer-box:after,
.clearfix:after {
  content: "" !important;
}


#cas .btn-row &gt; span {
  padding: 10px 0 !important;
  float: left;
}
#cas .btn-row &gt; span a {
  color: #777 !important;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  text-decoration: none;
}


/* ~mobile */
@media (max-width: 767px) {
  #cas #content {
    margin: 25px 0 2em;
  }
  #cas #content &gt; div[align="center"] td,
  #cas #content &gt; div[align="center"],
  #cas #footer &gt; div,
  #cas #footer-box &gt; div,
  #cas #footer &gt; p,
  #cas #footer-box div &gt; p   {
    font-size: 14px !important;
  }
  #cas #duo_iframe {
    margin: 0 -5px;
  }
  #cas #footer p,
  #cas #footer-box div p {
    text-align: center !important;
  }
  #cas #footer &gt; p  {
    background: #FFF;
    color: #555;
    /*margin: 2em -15px 0 !important;*/
    padding: 30px 15px;
  }

}

/* ~desktop */
@media (min-width: 768px) {
  body#cas {
    display: table;
    height: 100%;
    margin: auto;
    padding-bottom: 50px;
    width: 100%;
  }

  #cas .flc-screenNavigator-view-container {
    display: table-cell;
    vertical-align: middle;
  }
  
  #cas #header {
    height: 66px;
    width: 407px;
  }

  #cas #navigation {
    background: #FFF;
    color: #555;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  #cas #duo_iframe {
    min-width: 500px;
  }

  #cas #content &gt; div[align="center"] td {
    max-width: 440px;
  }
  
  #cas #footer,
  #cas #footer-box {
    max-width: 480px;
    margin: auto !important;
  }
  #cas #footer &gt; div &gt; p,
  #cas #footer-box &gt; div &gt; p {
    text-align: center !important;
  }

  #cas #footer &gt; p {
    background: #FFF;
    color: #555;
    /*margin: 2em -15px 0 !important;*/
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
</pre></body></html>