.forgot {
    height: 99vh;
}

.forgot .logo img {
    width: 28rem;
}

.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 992px) {
  
  html {
    font-size: 80%;
  }

  .forgot .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .forgot .logo img {
    width: 23rem;
  }

  .forgot .title {
    display: none;
  }

  .forgot .copyright p {
    margin-top: 1.5rem;
  }

}

@media (max-width: 720px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 60%;
  }
  .h-custom {
    height: 100%;
  }
    
  .forgot {
    height: 84vh;
  }

  .forgot .title h2 {
    display: none;
  }
  
}

@media screen and (max-width: 440px) and (min-height: 956px) {
  html {
    font-size: 90%;
  }

  .forgot {
    height: 88vh;
  }

  .forgot .logo img {
    width: 32rem;
    margin-top: 3rem;
  }

  .forgot .title {
    display: none;
  }

  .forgot form {
    margin-bottom: 5rem;
  }

  .forgot .copyright p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 430px) and (min-height: 932px) {
  html {
    font-size: 90%;
  }

  .forgot {
    height: 88vh;
  }

  .forgot .logo img {
    width: 32rem;
    margin-top: 3rem;
  }

  .forgot .title {
    display: none;
  }

  .forgot form {
    margin-bottom: 5rem;
  }

  .forgot .copyright p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 414px) and (min-height: 896px) {
  html {
    font-size: 90%;
  }

  .forgot {
    height: 88vh;
  }

  .forgot .logo img {
    width: 32rem;
    margin-top: 3rem;
  }

  .forgot .title {
    display: none;
  }

  .forgot form {
    margin-bottom: 5rem;
  }

  .forgot .copyright p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 390px) and (min-height: 844px) {
  html {
    font-size: 90%;
  }

  .forgot {
    height: 87vh;
  }

  .forgot .logo img {
    width: 32rem;
    margin-top: 3rem;
  }

  .forgot .title {
    display: none;
  }

  .forgot form {
    margin-bottom: 5rem;
  }

  .forgot .copyright p {
    font-size: 1rem;
  }
}
