.auth-page{min-height:70vh;padding:65px 16px;background:linear-gradient(135deg,#eef6ff,#fff9db);display:grid;place-items:center}.auth-card{width:min(720px,100%);padding:34px;background:#fff;border-radius:22px;box-shadow:0 18px 55px rgba(6,59,120,.15)}.auth-card h1{margin:0 0 8px;color:#063b78;font-size:34px}.auth-card>p{color:#607086}.auth-card form{display:grid;gap:16px;margin-top:25px}.auth-card label:not(.check){display:grid;gap:7px;color:#18365c;font-size:13px;font-weight:800}.auth-card input,.auth-card select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cbd9e9;border-radius:10px;background:#fff;font:inherit}.auth-card input:focus,.auth-card select:focus{outline:3px solid rgba(255,201,40,.35);border-color:#0b67bd}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{display:flex;align-items:flex-start;gap:10px;font-size:13px}.check input{width:18px;min-height:18px;margin-top:2px}.auth-submit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:0;border-radius:11px;background:#ffc928;color:#15304f;font-weight:900;text-decoration:none;cursor:pointer}.auth-alt{display:block;margin-top:20px;text-align:center;color:#063b78;font-weight:800}.auth-error,.auth-success{margin:18px 0;padding:14px;border-radius:10px}.auth-error{background:#fff0f0;color:#a02b2b}.auth-error p{margin:3px}.auth-success{background:#eafaf1;color:#167348}.auth-center{text-align:center}.auth-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:50%;background:#ffc928;color:#063b78;font-size:34px;font-weight:900}@media(max-width:600px){.auth-page{padding:35px 10px}.auth-card{padding:24px 18px}.auth-grid{grid-template-columns:1fr}.auth-card h1{font-size:28px}.g-recaptcha{transform:scale(.88);transform-origin:left center}html[dir=rtl] .g-recaptcha{transform-origin:right center}}
