/*================ login Reset password page =============*/

  .username-reset, .submit-reset{
    margin-bottom: 2rem;
  }
  
  #main-form .username-reset{
    padding-left: 0.5rem ;
  }

  .reset-password-footer{
    font-size: small;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  
  .reset-password-footer > button{
    width: fit-content;
    margin-right: 1rem;
    color: var(--dark-blue);
    background-color:  var(--heading-text-color);
  }
  .form-reset-password {
    margin-top: 2rem;
  }
  .already-client-container, .extra{
    border-radius: 0.5rem;
    border: 0.11rem solid var(--grey-300, var(--lightgrey-color));
    background: var(--base-white, var(--heading-text-color));
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }