.forgot-username-widget .helper-text {
  margin-bottom: 0.25rem;
  font-size: 14px;
  color: #747474;
  margin-top: -0.5rem;
}
.forgot-username-widget .forgot-username-heading {
  font-size: 1.75em;
}
.forgot-username-widget .button.register {
  width: 100%;
  box-sizing: border-box;
}
.forgot-username-widget .form-container {
  max-width: 369px;
  margin: auto;
}
.forgot-username-widget .forgot-username-box {
  max-width: 670px;
  border-radius: 20px;
  border: solid 1px #979797;
}
.forgot-username-widget .forgot-username-box-success {
  max-width: 670px;
}
.forgot-username-widget .forgot-username-error {
  width: 100%;
  border-radius: 9px;
  background-color: #fbabab;
  margin: auto;
}
.forgot-username-widget .forgot-username-information {
  border-radius: 9px;
  border: solid 1px #979797;
  position: relative;
  margin: auto;
}
.forgot-username-widget .forgot-username-login-button {
  max-width: 250px;
}
.forgot-username-widget .success-icon {
  height: 24px;
  position: absolute;
  top: -12px;
  width: 100%;
  left: 0;
  right: 0;
}
.forgot-username-widget .icon-bg {
  width: 48px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  background: white;
  margin: auto;
}
.forgot-username-widget .forgot-username-short-desc {
  text-align: center;
  width: 70%;
  margin: 24px auto;
  font-size: 16px;
  font-family: roboto;
}
.forgot-username-widget .input-error-message {
  min-height: 24px;
  min-width: 100%;
}
.forgot-username-widget .forgotten-username-dob {
  max-width: 50%;
  min-width: 10em;
}
.forgot-username-widget .dob-inputs {
  /* Firefox */
}
.forgot-username-widget .dob-inputs div.field {
  display: inline-block;
}
.forgot-username-widget .dob-inputs .form-control.date-of-birth {
  width: 181px;
}
.forgot-username-widget .dob-inputs .form-control.dob-single-part {
  width: 63px;
}
.forgot-username-widget .dob-inputs input::-webkit-outer-spin-button,
.forgot-username-widget .dob-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forgot-username-widget .dob-inputs input[type=number] {
  -moz-appearance: textfield;
}
.forgot-username-widget .username {
  font-weight: bold;
}
.forgot-username-widget .btn-primary.disabled, .forgot-username-widget .btn-primary:disabled {
  color: #fff;
  background-color: #8cb7da;
  border-color: #8cb7da;
}
.forgot-username-widget .btn-primary.focus, .forgot-username-widget .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.forgot-username-widget .btn-primary:hover {
  color: #fff;
  background-color: #4399df;
  border-color: #4399df;
}
.forgot-username-widget .btn.disabled, .forgot-username-widget .btn:disabled {
  opacity: 0.65;
}
.forgot-username-widget .btn-primary {
  color: #fff;
  background-color: #035597;
  border-color: #035597;
}
@media only screen and (max-width: 768px) {
  .forgot-username-widget .forgot-username-box {
    border: none;
  }
  .forgot-username-widget .forgot-username-heading {
    text-align: center;
  }
  .forgot-username-widget .forgot-username-box-success {
    border: none;
  }
  .forgot-username-widget .forgot-username-information {
    border: none;
  }
  .forgot-username-widget .desktop-only {
    display: none;
  }
  .forgot-username-widget .forgotten-username-dob {
    max-width: 75%;
    min-width: 10em;
  }
  .forgot-username-widget .forgot-username-short-desc {
    text-align: center;
    width: 100%;
    margin: 24px 2rem 2rem 0px;
    font-size: 14px;
  }
}

.lds-ellipsis.forgot-username-spinner {
  z-index: 2;
  position: fixed;
  bottom: 50%;
  left: 50%;
}
.lds-ellipsis.forgot-username-spinner:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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