.password-reset-shell {
  align-items: center;
}

.password-reset-card {
  align-self: start;
}

.password-reset-heading > small {
  display: block;
  color: #bb624a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.password-reset-heading h2 {
  margin: 13px 0 0;
  color: #242824;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.password-reset-heading p {
  margin: 8px 0 0;
  color: #777d77;
  font-size: 12px;
  line-height: 1.55;
}

.password-reset-form {
  margin-top: 24px;
}

.password-reset-back {
  display: inline-flex;
  margin-top: 20px;
  color: #a9553d;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.password-reset-back:hover {
  color: #7f3e2c;
  text-decoration: underline;
}

.login-alert-success {
  border-color: rgba(60, 132, 92, 0.3) !important;
  background: rgba(60, 132, 92, 0.1) !important;
  color: #286b46 !important;
}

.password-reset-button {
  width: 100%;
}

.password-reset-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.forgot-password {
  margin: -3px 0 0;
  text-align: right;
  font-size: 12px;
}

.forgot-password a {
  color: #a9553d;
  font-weight: 700;
  text-decoration: none;
}

.forgot-password a:hover {
  color: #7f3e2c;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .password-reset-shell {
    gap: 17px;
  }

  .password-reset-heading h2 {
    font-size: 22px;
  }

  .password-reset-heading p,
  .password-reset-back {
    font-size: 11px;
  }
}
