.auth-content-container--forgot-password {
  padding-top: 120px;
}

.forgot-password-title {
  color: #006174;
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 16px;
}

.forgot-password-subtitle {
  color: #003E4B;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 24px;
}

@media screen and (max-width: 900px) {
  .auth-content-container--forgot-password {
    padding-top: 16px;
  }

  .forgot-password-title {
    font-size: 34px;
    text-align: center;
  }

  .forgot-password-subtitle {
    text-align: center;
    margin-bottom: 32px;
  }
}