/* Password reset pages reuse login.css; this file adds a couple of small tweaks. */

.h2 {
  margin: 8px 0 8px 0;
  font-size: var(--rx-text-md);
  font-weight: 700;
  color: var(--rx-text-700);
}

.steps .step + .step {
  margin-top: 16px;
}

.otp input {
  letter-spacing: 0.22em;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.btn-secondary {
  border: 1px solid var(--rx-brand-900);
  background: transparent;
  color: var(--rx-brand-900);
}

.btn-secondary:hover {
  background: rgba(18,52,68,0.05);
}

.links {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.link {
  color: var(--rx-brand-900);
  text-decoration: none;
  font-size: var(--rx-text-sm);
}

.link:hover {
  text-decoration: underline;
}

