.forgot-password-page {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.forgot-password-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}

.forgot-password-nav a {
  color: inherit;
  text-decoration: none;
}

.forgot-password-shell {
  padding: 54px 24px 96px;
}

.forgot-password-form {
  width: min(100%, 680px);
}

.forgot-password-form[hidden] {
  display: none;
}

.forgot-password-form h1 {
  margin: 0 0 34px;
  font-size: clamp(58px, 9vw, 124px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.forgot-password-copy {
  max-width: 560px;
  margin: 0 0 34px;
  font-size: 19px;
  line-height: 1.25;
}

.forgot-password-form label {
  display: block;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.2;
}

.forgot-password-form input {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  margin: 0 0 26px;
  padding: 10px 12px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
  font-size: 24px;
  letter-spacing: 0;
}

.forgot-password-form input:focus {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.forgot-password-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  box-sizing: border-box;
  padding: 10px 22px;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.forgot-password-submit:disabled {
  cursor: default;
  opacity: 0.45;
}

.forgot-password-status {
  min-height: 1.2em;
  margin: 18px 0 0;
  color: #d00000;
  font-size: 17px;
  line-height: 1.25;
}

.forgot-password-status.is-success {
  color: #000;
}

.forgot-password-success .forgot-password-copy {
  margin-bottom: 26px;
}

@media (max-width: 640px) {
  .forgot-password-shell {
    padding: 38px 15px 72px;
  }

  .forgot-password-form h1 {
    margin-bottom: 30px;
    font-size: 66px;
  }

  .forgot-password-copy {
    font-size: 17px;
  }

  .forgot-password-form input {
    min-height: 54px;
    font-size: 21px;
  }

  .forgot-password-submit {
    width: 100%;
  }
}
