.auth-submit {
  border-color: #9cc9ff !important;
  background: #b9dcff !important;
  color: #061f55 !important;
  box-shadow: 0 10px 20px rgba(58, 139, 255, 0.16);
}

.auth-submit:hover,
.auth-submit:focus {
  background: #9dcbff !important;
}

.auth-helper a {
  color: #2288ff;
  font-weight: 900;
  text-decoration: none;
}

.auth-reset-link {
  display: inline;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-reset-link:disabled {
  cursor: progress;
  opacity: 0.7;
}

.auth-reset-note {
  margin: 6px 0 0;
  color: #344967;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.auth-reset-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.auth-reset-actions .profile-password-link {
  min-height: 48px;
  justify-content: center;
}
