/* =============================================================
 * Parolni tiklash — qo'shimcha stillar (kod input, qayta yuborish).
 * Asosiy stillar: auth-base.css
 * ============================================================= */

.au-codef input{
  font-family:'SF Mono',ui-monospace,'Courier New',monospace !important;
  font-size:26px !important;font-weight:700 !important;
  letter-spacing:.42em !important;text-align:center !important;
  padding-left:14px !important;padding-right:14px !important;
  height:58px !important;
}
.au-codef input::placeholder{color:#cbd5e1;letter-spacing:.42em}

.au-resend{
  text-align:center;font-size:13px;color:#64748b;
  margin-top:14px;display:flex;align-items:center;justify-content:center;gap:6px;
}
.au-resend form{display:inline}
.au-resend button{
  background:transparent;border:0;padding:0;cursor:pointer;
  color:#0f172a;font-weight:600;font-size:13px;font-family:inherit;
}
.au-resend button:hover{text-decoration:underline}
