.modal .modal-content {
    padding-bottom: 30px;
  }
  .modal .modal-content button:first-of-type {
    margin-left: 0;
  }
  @media (min-width: 768px) {
    .modal .modal-content {
      padding-bottom: 72px;
    }
  }
  .modal .header-divider {
    margin-top: 0;
  }
  .modal button {
    margin: 0;
  }
  .modal p,
  .modal strong {
    text-align: left !important;
  }
  #retrieve-password .form-errors {
    padding-bottom: 10px;
  }
  #retrieve-password .forgot-username {
    font-size: 12px;
    line-height: 18px;
  }
  #section-retrieve-options .card-small {
    margin-bottom: 24px;
  }
  #section-retrieve-options .card-small .card-content .icon,
  #section-retrieve-options .card-small .card-content .text {
    display: table-cell;
    vertical-align: middle;
  }
  #section-retrieve-options .card-small .card-content .icon {
    font-size: 36px;
    padding-right: 12px;
    width: 48px;
  }
  #section-security label {
    display: block;
    padding: 24px 0 6px 0;
  }
  #section-security button {
    margin: 24px 0;
  }
  #section-success {
    text-align: center;
  }
  #section-success .fa-check {
    color: #71C803;
    font-size: 72px;
  }
  #section-email button,
  #section-account button,
  #section-create-password button {
    margin: 18px 0;
  }
  .hint {
    font-size: 12px;
    line-height: 18px;
    padding-top: 6px;
  }
  .input-group input {
    float: none;
    width: auto;
    display: block;
  }
  div .alert-block a {
    display: unset;
    padding-left: unset;
  }

  input::-ms-reveal,
  input::-ms-clear {
    display: none;
  }
.password-container {
    position: relative;
}

.password-input {
    /*   width is tied to the container width and eye will be outside if not properly correlated */
    width: 150px;
}

.toggle-icon {
    position: absolute;
    top: 15px;
    left: 125px;
    cursor: pointer;
}

