.login-logo {
  display: block;
  width: 190px;
  max-width: 70%;
  height: auto;
  margin: 0 auto 24px;
}

.login-card {
  text-align: center;
}

.login-card .form-stack,
.login-card label {
  text-align: left;
}

.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 70px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  padding: 7px 10px;
  background: transparent;
  color: var(--green);
  font-size: 12px;
}

.text-button {
  justify-self: center;
  padding: 4px 8px;
  background: transparent;
  color: var(--green);
  text-decoration: underline;
}

.success-message {
  margin: 0;
  padding: 11px 12px;
  border-radius: 9px;
  background: #e6f4e8;
  color: #246b38;
}

.reset-request-section {
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.reset-request-section .section-heading {
  margin-bottom: 14px;
}

.reset-request-section h2 {
  margin-top: 3px;
}

@media (max-width: 520px) {
  .login-logo { width: 165px; }
}
