.auth-card{ width:100%; max-width:400px; background:#fff; border-radius:24px; padding:32px 24px; box-shadow:0 10px 40px rgba(0,0,0,.08); } .title{ font-size:18px; font-weight:700; margin-top:1px; } .subtitle{ color:#6c757d; margin-bottom:24px; } .phone-input{ height:56px; border-radius:16px; } .btn-auth{ height:40px; border-radius:16px; font-weight:600; } .otp-wrapper{ display:flex; justify-content:center; gap:12px; } .otp-box{ width:40px; height:60px; border:2px solid #dee2e6; border-radius:16px; text-align:center; font-size:24px; font-weight:700; } .otp-box:focus{ border-color:#0d6efd; box-shadow:0 0 0 4px rgba(13,110,253,.15); outline:none; } .resend{ color:#6c757d; font-size:14px; }