@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700");
div.auth-box-container div.auth-box-container-header {
  margin-bottom: 30px;
}
div.auth-box-container div.auth-box-container-header div.auth-box-container-header-name div.auth-box-header-name-large-text {
  display: none;
}
div.auth-box-container div.auth-box-container-header div.auth-box-container-header-name div.auth-box-header-name-small-text {
  display: none;
}
div.auth-box-container div.auth-box-container-header div.auth-box-container-header-name hr.auth-box-header-divider {
  display: none;
}
div.auth-box-container div.auth-box-container-content div.password-form-group i.toggle-password {
  display: none;
}
div.auth-box-container div.auth-box-container-content div.confirm-password-form-group i.toggle-confirm-password {
  display: none;
}

div.form-group {
  position: relative;
  justify-content: center !important;
}
div.form-group i {
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 15px;
}
div.form-group i:hover {
  cursor: pointer;
}
div.form-group i:active {
  box-shadow: -1px -1px 1px #000;
}

img.auth-box-logo {
  content: url("../logo-large.png");
}

div.error-alert {
  color: #d50000;
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
}

/***** Forgot Password Styles *****/
#forgotPasswordEmailConfirmationModal .modal-dialog, #resendForgotPasswordEmailConfirmationModal .modal-dialog {
  max-width: 400px;
}
#forgotPasswordEmailConfirmationModal .modal-dialog .modal-content, #resendForgotPasswordEmailConfirmationModal .modal-dialog .modal-content {
  border-radius: 12px;
}

#forgot-password-email-confirmation-continue-button,
#resend-forgot-password-email-confirmation-continue-button {
  border: 0;
  border-radius: 5px;
  padding: 10px 50px;
  color: white;
  opacity: 1;
  background-color: rgb(43, 180, 141);
}

#forgot-password-email-confirmation-continue-button:disabled,
#resend-forgot-password-email-confirmation-continue-button:disabled {
  background-color: transparent !important;
  border: 2px solid #02536B !important;
}

#forgot-password-email-confirmation-continue-button:not(:disabled):not(.disabled):active,
#resend-forgot-password-email-confirmation-continue-button:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #2d8d72;
  border-color: #2a846a;
}

#forgot-password-email-confirmation-continue-button:hover,
#resend-forgot-password-email-confirmation-continue-button:hover {
  color: white;
  background-color: #30977a;
  border-color: #2d8d72;
}

.main-box-container-center {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.box-container {
  background: linear-gradient(160deg, #F2F2F2 0%, #D1D1D1 100%);
  box-shadow: 0px 10px 16px 7px rgba(0, 0, 0, 0.26);
  margin: auto;
  max-width: 500px;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-bottom: none;
  padding: 1px;
}
.box-container ::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.75; /* Firefox */
}
.box-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.75;
}
.box-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.75;
}
.box-container .box-header-container {
  align-content: center;
  justify-content: center;
  margin: 20px 0;
  border-bottom: none;
}
.box-container .box-header-container .box-header-title {
  margin-top: 20px;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 0.38px;
}
.box-container .box-header-container .box-header-title .box-header-title-prefix {
  margin-right: 10px;
  font-size: 15px;
  font-weight: bolder;
  text-decoration: underline;
}
.box-container .box-header-container .box-header-close-button {
  color: rgba(0, 0, 0, 0.7);
  opacity: unset;
  position: absolute;
  right: 15px;
  top: 15px;
}
.box-container .box-body-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.box-container .box-body-container .box-body-container-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.29px;
  width: 264px;
}
.box-container .box-body-container .box-body-container-form {
  margin-top: 20px;
  margin-bottom: 10px;
}
.box-container .box-body-container .box-body-container-form .form-group .error-list-container {
  color: red;
  margin-top: 10px;
  text-align: left;
}
.box-container .box-body-container .box-body-container-form .form-group .error-list-container i {
  margin-right: 10px;
  color: red;
  position: relative !important;
  right: 0;
  top: 0;
}
.box-container .box-body-container .box-body-container-form .form-group .error-list-container i:hover {
  cursor: none;
}
.box-container .box-body-container .box-body-container-form .forgot-password-form-group {
  padding-bottom: 20px;
}
.box-container .box-body-container .box-body-container-form .password-checklist-container {
  margin-top: 40px;
}
.box-container .box-body-container .box-body-container-form .password-checklist-container .password-checklist-container-title {
  text-align: center;
  font-size: 14px;
}
.box-container .box-body-container .box-body-container-form input[type=text], .box-container .box-body-container .box-body-container-form input[type=password] {
  outline: 0;
  border-width: 0 0 2px;
  border-color: rgba(0, 0, 0, 0.7);
  background: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.box-container .box-body-container .box-body-container-form input[type=text]:focus, .box-container .box-body-container .box-body-container-form input[type=password]:focus {
  opacity: 0.75;
}
.box-container .box-body-container .box-body-container-actions {
  margin-bottom: 10px;
}
.box-container .box-footer-container {
  margin-top: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: none !important;
}

.change-password-button {
  border: 0 !important;
  border-radius: 5px !important;
  padding: 10px 50px !important;
  color: white;
  opacity: 1 !important;
  background-color: rgb(43, 180, 141) !important;
}

.change-password-button:disabled {
  background-color: transparent !important;
  border: 2px solid #02536B !important;
  color: rgb(43, 180, 141) !important;
}

#password-change-main-box-container .box-container {
  max-width: 400px !important;
}

/***** End Forgot Password Styles *****/
@media (max-width: 800px) {
  div.auth-box-container-border {
    margin-left: 20px;
    margin-right: 20px;
  }
  div.auth-box-container-logo img.auth-box-logo {
    max-width: 250px;
  }
}
@media (max-width: 450px) {
  div.auth-box-container-logo img.auth-box-logo {
    max-width: 200px;
  }
}
@media (max-width: 390px) {
  i.toggle-password, i.toggle-confirm-password {
    right: -20px !important;
  }
  #forgotPasswordEmailConfirmationModal .modal-dialog .modal-content .box-container .forgot-password-email-confirmation-container-header .modal-title {
    margin-top: 25px;
    margin-left: 20%;
  }
  #forgotPasswordEmailConfirmationModal .modal-dialog .modal-content .box-container .forgot-password-email-confirmation-container-header .modal-close-button {
    margin-top: -25px;
  }
}

/*# sourceMappingURL=idx.css.map */
