.forgot-password-modal .forgot-password-container {
  max-width: 800px;
  margin: 0 auto;
}
.forgot-password-modal .title {
  background-color: #fff;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
}
.forgot-password-modal .forgot-password-container__singleField {
  margin-top: 15px;
}
.forgot-password-modal .forgot-password-action-button button {
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border: none;
  border-radius: 0;
  height: 45px;
  font-weight: 600;
  font-size: 26px;
  line-height: 18px;
  color: white;
  cursor: pointer;
  outline: none;
  background-color: #212529;
  text-transform: uppercase;
}
.forgot-password-modal .forgot-password-action-button button:hover:enabled {
  background-color: #505050;
  border-color: #505050;
}
.forgot-password-modal .login {
  text-align: center;
  margin-top: 10px;
}
.forgot-password-modal .login span {
  cursor: pointer;
}
.forgot-password-modal .login span:hover {
  text-decoration: underline;
}
.forgot-password-modal button[disabled] {
  opacity: .7;
  cursor: unset;
}