body.reset-page .aside-title {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
}

body.reset-page .registration-text {
  max-width: 36rem;
}

body.reset-page .registration-main {
  padding-top: 26px;
  padding-bottom: 26px;
}

body.reset-page .registration-header {
  margin-bottom: 14px;
}

body.reset-page #steps-nav {
  margin-bottom: 14px !important;
}

body.reset-page #reset-code-check-icon {
  position: absolute;
  right: 14px;
  top: 44px;
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
}

/* ── Eye toggle on password fields ── */
.pw-input-wrap {
  position: relative;
}
.pw-input-wrap .form-control {
  padding-right: 44px;
}
.pw-eye-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: .95rem;
  padding: 0;
  line-height: 1;
  transition: color .2s;
}
.pw-eye-btn:hover { color: #495057; }

/* ── Success icon ── */
.success-icon { font-size: 3rem; line-height: 1; }
