/* Password reset — only styles unique to this page.
   Layout, card, title, fields, errors, submit, responsive
   are reused from login.css via rd-login__* classes.
   Back button inherits rd-btn rd-btn--primary from the template. */

/* ── Back button — size & shape overrides ── */
.rd-login__back {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 30px;
  text-decoration: none;
}

.rd-login__back:hover {
  text-decoration: none;
}

.rd-login__back-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .rd-login__back {
    margin-bottom: 80px;
  }
}
