:root{--ink:#172033;--primary:#3157d5;--muted:#69758b;--line:#dfe5ef}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:#f5f7fb;color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}.auth-page{min-height:100svh;display:grid;place-items:center;position:relative;overflow:hidden;padding:32px 20px;background:radial-gradient(circle at 15% 15%,rgba(94,129,240,.13),transparent 30%),radial-gradient(circle at 88% 82%,rgba(91,205,181,.12),transparent 28%),linear-gradient(145deg,#f8faff,#f1f4f9)}.auth-page:before{content:"";position:absolute;inset:0;opacity:.34;background-image:radial-gradient(#aebbd3 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom right,#000,transparent 64%)}.decor{position:absolute;border-radius:999px;pointer-events:none}.decor-one{width:220px;height:220px;top:-85px;right:-70px;background:linear-gradient(135deg,rgba(77,112,224,.18),rgba(89,205,181,.16))}.decor-two{width:150px;height:150px;bottom:-65px;left:-42px;background:rgba(255,187,113,.16)}.auth-card{width:min(100%,440px);position:relative;z-index:1;padding:38px 38px 28px;border:1px solid rgba(211,220,233,.9);border-radius:22px;background:rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(35,49,81,.13);backdrop-filter:blur(16px)}.security-mark{width:54px;height:54px;display:grid;place-items:center;margin-bottom:24px;border-radius:16px;color:#fff;background:linear-gradient(145deg,#3157d5,#5276e8);box-shadow:0 10px 24px rgba(49,87,213,.24);font-size:26px}.auth-heading p{margin:0 0 8px;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:1.8px}.auth-heading h1{margin:0;color:var(--ink);font-size:31px;line-height:1.18;letter-spacing:-1px}.auth-heading>span{display:block;margin-top:10px;color:var(--muted);font-size:14px;line-height:1.55}.auth-card form{margin-top:28px}.field{margin-bottom:18px}.field-label-row{display:flex;align-items:center;justify-content:space-between}.field label{display:block;margin-bottom:8px;color:#33405a;font-size:12px;font-weight:700}.forgot-link{margin-bottom:8px;color:var(--primary);font-size:11px;font-weight:700;text-decoration:none}.forgot-link:hover,.back-link:hover{text-decoration:underline}.input-wrap{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;z-index:1;color:#8793a8;font-size:18px;pointer-events:none}.input-wrap input{width:100%;height:50px;padding:0 13px 0 43px;border:1px solid #d8e0eb;border-radius:11px;outline:0;color:var(--ink);background:#fbfcfe;font-size:14px}.input-wrap input::placeholder{color:#9ba6b8}.input-wrap input:focus{border-color:#5276e8;background:#fff;box-shadow:0 0 0 4px rgba(49,87,213,.1)}.password-wrap input{padding-right:47px}.password-toggle{position:absolute;right:5px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:8px;color:#7a879c;background:transparent;cursor:pointer;font-size:17px}.password-toggle:hover{background:#eef2f8}.submit-btn{width:100%;height:51px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:3px;border:0;border-radius:11px;color:#fff;background:linear-gradient(100deg,#3157d5,#4e73e5);font-weight:700;text-decoration:none;box-shadow:0 10px 22px rgba(49,87,213,.22);cursor:pointer}.submit-btn:hover{background:linear-gradient(100deg,#294cc4,#4165d6)}.link-button{margin-top:24px}.back-link{display:block;margin:17px auto 0;color:#536078;text-align:center;text-decoration:none;font-size:12px;font-weight:700}.form-message{margin:0 0 15px;padding:11px 12px;border:1px solid #bfe8dc;border-radius:9px;color:#267864;background:#eefbf7;font-size:12px;line-height:1.45}.form-message.error{border-color:#f0c7c7;color:#9b3f3f;background:#fff3f3}.secure-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:25px;padding-top:20px;border-top:1px solid #e9edf3;color:#8a95a7;font-size:10px}.secure-note span{width:7px;height:7px;border-radius:50%;background:#43b895;box-shadow:0 0 0 4px rgba(67,184,149,.12)}@media(max-width:520px){.auth-page{padding:18px 14px}.auth-card{padding:30px 22px 24px;border-radius:18px}.security-mark{width:49px;height:49px;margin-bottom:20px}.auth-heading h1{font-size:27px}.auth-heading>span{font-size:13px}.auth-card form{margin-top:24px}}@media(max-height:620px) and (min-width:521px){.auth-page{padding:18px}.auth-card{padding-top:28px;padding-bottom:20px}.security-mark{margin-bottom:17px}.auth-card form{margin-top:20px}.secure-note{margin-top:18px;padding-top:15px}}
