@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap');*{box-sizing:border-box}body{margin:0;background:#f3f6fa;color:#17233d;font:14px 'DM Sans',sans-serif}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr)}.auth-brand{background:#11213f;color:white;padding:55px 8vw;display:flex;flex-direction:column;justify-content:space-between}.auth-brand img{width:190px;height:80px;object-fit:contain;object-position:left}.auth-brand small,.auth-form>div>small{letter-spacing:2px;font-size:9px;color:#65c5e0;font-weight:700}.auth-brand h1{font:800 clamp(30px,4vw,54px)/1.08 Manrope;margin:12px 0 18px;max-width:560px}.auth-brand p{color:#aebbd0;max-width:430px;font-size:16px}.auth-form{display:grid;place-items:center;padding:35px}.auth-form>div{width:min(390px,100%)}.auth-form h2{font:800 28px Manrope;margin:7px 0 28px}.auth-form form{display:grid;gap:17px}.auth-form label{display:grid;gap:7px;font-size:11px;font-weight:700}.auth-form input{border:1px solid #d6deea;border-radius:9px;padding:13px 14px;font:inherit;background:white}.auth-form button{border:0;background:#185bd7;color:white;border-radius:9px;padding:14px;font-weight:700;cursor:pointer;margin-top:5px}.auth-form a{display:block;margin-top:25px;color:#185bd7;text-decoration:none;font-weight:600;font-size:12px}.auth-error{background:#fdecef;color:#b83142;padding:10px;border-radius:7px}.auth-form input:focus{outline:2px solid #185bd733;border-color:#185bd7}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:260px;padding:30px}.auth-brand img{width:145px}.auth-brand h1{font-size:29px}.auth-form{padding:40px 25px}}
