.auth-container{background:#fff;flex-direction:row;justify-content:flex-end;height:100vh;display:flex}.auth-image-side{color:#fff;text-align:center;background:linear-gradient(#0f172a99,#0f172ae6),url(https://images.unsplash.com/photo-1531403009284-440f080d1e12?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) 50%/cover no-repeat;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.auth-image-side h1{letter-spacing:-.5px;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.auth-image-side p{color:#cbd5e1;max-width:80%;font-size:1.1rem;line-height:1.6}.auth-form-side{background:#f8fafc;flex:1;justify-content:center;align-items:center;display:flex}.auth-card{background:#fff;border-radius:16px;flex-direction:column;justify-content:center;width:100%;max-width:480px;padding:3.5rem;display:flex;box-shadow:0 10px 25px #0000000d}.auth-card h2{color:#0f172a;text-align:left;margin-bottom:.5rem;font-size:1.8rem}.auth-subtitle{color:#64748b;text-align:left;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#334155;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:1rem;font-size:1rem;transition:all .2s}.form-group input:focus{background:#fff;border-color:#0070f3;box-shadow:0 0 0 3px #0070f326}.login-btn{color:#fff;cursor:pointer;background:#0070f3;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:600;transition:background .2s,transform .1s}.login-btn:hover{background:#0056b3}.login-btn:active{transform:scale(.98)}.error-message{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #f87171;border-radius:8px;margin-bottom:1.5rem;padding:.75rem;font-size:.9rem;font-weight:500}
