html,body{min-height:100%;margin:0}.ct-auth-page{box-sizing:border-box;color:#111827;background:#faf9f8;place-items:center;min-height:100vh;padding:24px;font-family:Arial,Helvetica,sans-serif;display:grid}.ct-auth-card{box-sizing:border-box;background:#fff;border:1px solid #d7dde5;border-radius:16px;width:min(100%,382px);padding:32px;box-shadow:0 18px 35px #19223229}.ct-auth-card h1{text-align:center;margin:12px 0 4px;font-size:24px;line-height:1.25}.ct-auth-card>p{text-align:center;color:#5f6b7c;margin:0 0 28px;font-size:14px}.ct-lock{color:#ff4f0b;background:#fff0ea;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto;display:grid}.ct-lock svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.ct-auth-form{gap:10px;display:grid}.ct-auth-form label{margin-top:4px;font-size:14px;font-weight:700}.ct-auth-form input{box-sizing:border-box;color:#111827;background:#fbfbfc;border:1px solid #d4dae3;border-radius:10px;outline:none;width:100%;height:42px;padding:0 13px;font-size:14px}.ct-auth-form input:focus{border-color:#ff4f0b;box-shadow:0 0 0 3px #ff4f0b29}.ct-auth-form button{color:#fff;cursor:pointer;background:#ff4f0b;border:0;border-radius:10px;height:42px;margin-top:6px;font-size:14px;font-weight:700}.ct-auth-form button:hover{background:#e94608}.ct-auth-form button:disabled{cursor:wait;opacity:.7}.ct-auth-error{color:#b42318;background:#fff0f0;border-radius:8px;padding:10px 12px;font-size:13px}.ct-spinner{border:3px solid #ffd4c4;border-top-color:#ff4f0b;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite ct-spin}@keyframes ct-spin{to{transform:rotate(360deg)}}
