@import url(fonts.css);
@import url(/Content/Themes/Ultia/css/colors.css);
/* CSS Document */
html {
  font-size: 16px; }

body {
  font-family: "GreycliffCF" !important;
  height: 100vh;
  overflow: hidden;
  background-size: cover !important; }

#extr-page {
  background: var(--primary-color);
  overflow: hidden; }
  #extr-page #header {
    background-color: transparent !important;
    border: none !important;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 6.25rem; }
    #extr-page #header div:last-child {
      position: absolute;
      top: 0;
      left: 5px; }
  #extr-page #main {
    background: transparent;
    padding-top: 0;
    margin-top: 2.5rem !important; }

#content {
  padding: 0; }

#header #logo-group {
  width: auto;
  height: auto; }
  #header #logo-group #logo {
    height: auto;
    margin: 0;
    height: 6.25rem;
    width: auto; }
    #header #logo-group #logo img {
      padding: 0;
      display: block;
      height: 100%;
      margin: 0 auto;
      width: auto; }
    #header #logo-group #logo span {
      display: none; }

.well {
  padding: 2.5rem 2.5rem 1.25rem;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  box-shadow: inset 0 -4px 1px 0 rgba(142, 159, 173, 0.2);
  -webkit-box-shadow: inset 0 -4px 1px 0 rgba(142, 159, 173, 0.2);
  -moz-box-shadow: inset 0 -4px 1px 0 rgba(142, 159, 173, 0.2);
  border: 1px solid #e9ecef;
  background-color: var(--white); }
  .well .client-form header {
    background: transparent;
    border: none;
    color: var(--dark-gray);
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0; }
    .well .client-form header span {
      display: block;
      margin-top: 0.3125rem;
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: var(--dark-gray);
      font-weight: 500; }
  .well .client-form fieldset {
    padding: 0;
    margin-top: 0.9375rem; }
    .well .client-form fieldset div {
      position: relative; }
      .well .client-form fieldset div > label {
        font-size: 0.875rem;
        font-weight: bold;
        margin-bottom: 5px; }
      .well .client-form fieldset div .input {
        border: 2px solid var(--light-gray);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin-bottom: 0.9375rem; }
        .well .client-form fieldset div .input .label {
          color: var(--gray);
          font-size: 0.875rem;
          font-weight: 600;
          position: absolute;
          z-index: 2;
          left: 0.9375rem;
          user-select: none;
          pointer-events: none;
          margin: 0;
          top: 50%;
          transform: translateY(-50%); }
        .well .client-form fieldset div .input input {
          line-height: 1.8125rem;
          padding: 0.5rem 2.1875rem 0.5rem 0.9375rem;
          border: none;
          height: auto;
          font-size: 0.875rem;
          color: var(--dark-gray);
          font-family: "GreycliffCF" !important;
          font-weight: 600;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
          .well .client-form fieldset div .input input#username {
            background: url(../images/icon-tooltip.svg) no-repeat 95% center; }
          .well .client-form fieldset div .input input:focus + .label, .well .client-form fieldset div .input input:valid + .label, .well .client-form fieldset div .input input#verify_code_time + .label {
            transform: translateY(-100%);
            font-size: 0.6875rem; }
          .well .client-form fieldset div .input input:hover + .label + .tooltip {
            left: auto;
            right: 0;
            opacity: 1; }
  .well .client-form footer {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0.3125rem; }
    .well .client-form footer br {
      display: none; }
    .well .client-form footer div, .well .client-form footer section {
      text-align: center;
      margin-top: 1.25rem;
      margin-bottom: 0; }
      .well .client-form footer div a, .well .client-form footer section a {
        color: var(--primary-color);
        line-height: 1.25rem;
        font-size: 0.75rem !important;
        font-weight: bold;
        text-decoration: none;
        margin: 0 !important; }
        .well .client-form footer div a i, .well .client-form footer section a i {
          color: var(--primary-color) !important; }

.smart-form .tooltip {
  border: 2px solid var(--light-gray);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: var(--white);
  text-shadow: none;
  color: var(--dark-gray) !important;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-family: 'GreycliffCF'; }

.smart-form .tooltip-top-right:after {
  border-top: 8px solid var(--light-gray);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.btn.btn-primary {
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.875rem !important;
  font-size: 0.875rem !important;
  font-weight: bold !important;
  width: 100%;
  background: var(--primary-color);
  color: var(--white);
  box-shadow: inset 0 -3px 1px 0 rgba(28, 31, 37, 0.2);
  -webkit-box-shadow: inset 0 -3px 1px 0 rgba(28, 31, 37, 0.2);
  -moz-box-shadow: inset 0 -3px 1px 0 rgba(28, 31, 37, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  padding: 0.625rem 0 !important;
  height: auto !important;
  float: none !important; }
  .btn.btn-primary:focus {
    outline-offset: 0px; }
  .btn.btn-primary:hover {
    background: var(--primary-color-hover) !important;
    color: var(--white); }
  .btn.btn-primary:focus, .btn.btn-primary:active {
    border-color: transparent;
    box-shadow: none !important;
    outline: none;
    background: var(--primary-color-active) !important;
    border-color: var(--primary-color-active) !important; }
  .btn.btn-primary #continue {
    margin-top: 0.9375rem; }

a.btn.btn-primary {
  width: 250px; }

.btn.btn-secondary {
  box-sizing: border-box;
  height: 3.125rem;
  padding: 0 1.25rem;
  border: 2px solid var(--light-gray);
  background: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn.btn-secondary img {
    width: 5.625rem; }

#LanguageDropDown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.1875rem 0.9375rem;
  line-height: 2.1875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gray);
  border: 2px solid var(--light-gray);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: var(--white);
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% center; }
  #LanguageDropDown:hover {
    color: var(--gray);
    border-color: var(--gray); }

.checklist span {
  display: block;
  color: var(--gray);
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 0.625rem;
  font-weight: 500; }
  .checklist span.true {
    color: var(--dark-gray); }
    .checklist span.true i {
      color: #60de50; }
  .checklist span i {
    margin-right: 0.625rem;
    color: var(--gray); }

#header > :first-child {
  position: relative !important; }

.error-text-2 {
  background: transparent;
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  font-family: 'GreycliffCF';
  font-size: 2.625rem;
  display: block; }

/* Modal */
.modal-header {
  padding: 0;
  border: none;
  margin-bottom: 1.5625rem; }

.modal-backdrop {
  opacity: 0.85 !important;
  background: var(--third-color); }

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  color: var(--navy); }

.modal .close {
  padding: 0;
  opacity: 1 !important;
  margin: 0;
  font-size: 1.5rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem; }
  .modal .close i::before {
    color: var(--primary-color); }

.modal-body {
  padding: 0; }
  .modal-body .card {
    padding: 0.875rem;
    margin-bottom: 0.9375rem;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border: solid 1px #e9ecef;
    background-color: rgba(233, 236, 239, 0.5);
    padding: 1.875rem; }
    .modal-body .card label {
      font-size: 0.6875rem;
      color: var(--dark-gray);
      font-weight: 600;
      margin-bottom: 0.3125rem; }

.modal-content {
  padding: 2.5rem;
  box-shadow: 0 10px 30px 0 rgba(142, 159, 173, 0.3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(142, 159, 173, 0.3);
  -moz-box-shadow: 0 10px 30px 0 rgba(142, 159, 173, 0.3);
  border: 2px solid var(--light-gray);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; }

.languages .language {
  font-size: 12px;
  font-weight: normal;
  color: var(--white);
  margin-right: 15px;
  text-decoration: none; }
  .languages .language-modal {
    float: right; }
    .languages .language-modal img {
      margin-right: 0.3125rem;
      margin-top: -2px; }

/* Select2 */
.select2-container {
  width: 100%;
  display: block; }
  .select2-container .select2-choice {
    border: 2px solid var(--light-gray);
    padding: 0.1875rem 0.9375rem;
    line-height: 2.1875rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: auto;
    font-size: 0.875rem;
    color: var(--dark-gray);
    font-weight: 600; }
    .select2-container .select2-choice .select2-arrow {
      background: transparent;
      border: none;
      background-image: url(../images/icon-arrow.svg);
      background-repeat: no-repeat;
      background-position: 0 50%; }
      .select2-container .select2-choice .select2-arrow b {
        display: none; }
  .select2-container:hover .select2-choice {
    border-color: var(--gray); }
  .select2-container:active .select2-choice, .select2-container:focus .select2-choice {
    border-color: var(--light-gray); }
  .select2-container.select2-dropdown-open .select2-choice {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0; }

.select2-drop {
  border: 2px solid var(--light-gray);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-top: none; }
  .select2-drop .select2-search {
    display: none; }

.select2-results .select2-highlighted {
  background: var(--light-gray); }

.select2-results .select2-result-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-gray);
  padding: 0.375rem;
  line-height: 1.875rem; }

.select2-container, .select2-dropdown, .select2-search, .select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

@media (-webkit-min-device-pixel-ratio: 1.1) {
  html {
    font-size: 12px; }
  .well .client-form fieldset div .input input:focus + .label, .well .client-form fieldset div .input input:valid + .label {
    transform: translateY(-100%); }
  .forgotpassword {
    font-size: 0.625rem; } }

@media (-moz-device-pixel-ratio: 1.1) {
  html {
    font-size: 12px; }
  .well .client-form fieldset div .input input:focus + .label, .well .client-form fieldset div .input input:valid + .label {
    transform: translateY(-100%); }
  .forgotpassword {
    font-size: 0.625rem; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  font-size: 0.875rem;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -moz-box-shadow: 0 0 0px 1000px white inset !important;
  font-weight: 600; }

.well .client-form fieldset div:last-child {
  position: relative; }

.forgotpassword {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.625rem;
  z-index: 9999; }
  .forgotpassword strong {
    color: var(--primary-color); }

input#password {
  width: calc(100% - 100px); }

/* Fast login */
#fastAndManualLoginMessage {
  color: var(--gray);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin: 0.9375rem 0; }

#fastAndManualLoginFooterMessage {
  margin: 0-1.25rem;
  color: var(--gray);
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 1.5625rem; }

.text-warning {
  font-size: 14px;
  color: var(--new-pink);
  font-weight: 600; }

@media screen and (max-width: 1366px) {
  #extr-page, body {
    overflow: auto; } }

@media screen and (max-width: 768px) {
  #fastAndManualLoginFooterMessage {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1) {
  html {
    font-size: 16px; } }

@media screen and (max-width: 768px) and (-moz-device-pixel-ratio: 1.1) {
  html {
    font-size: 16px; } }

@media screen and (max-width: 768px) {
  #extr-page #header {
    padding-top: 6.25rem !important; }
  #extr-page #main {
    padding: 0 1.25rem; }
  .well {
    padding: 1.25rem; }
  #logo > img {
    display: block !important;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  #extr-page {
    overflow: auto; }
  body {
    overflow: auto; }
  #extr-page #header {
    padding-top: 3.125rem !important; }
  #header #logo-group #logo {
    height: 70px; } }
