*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;overflow:hidden}.login-container{display:flex;height:100vh}.login-left{flex:1;background:linear-gradient(135deg,#1e3a8a,#3b82f6,#60a5fa);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:3rem;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:drift 20s linear infinite}@keyframes drift{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.badge-icon{width:120px;height:120px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;position:relative;z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3)}.badge-icon svg{width:60px;height:60px;fill:#fff}.login-left h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.login-left p{font-size:1.1rem;opacity:.95;position:relative;z-index:1;text-align:center;max-width:400px}.login-right{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:3rem}.login-form-container{width:100%;max-width:420px}.login-form-container h2{font-size:2rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.login-form-container .subtitle{color:#64748b;margin-bottom:2rem;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#334155;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.85rem;margin-top:.5rem;display:block}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.remember-me{display:flex;align-items:center;gap:.5rem}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer}.remember-me label{color:#64748b;font-size:.9rem;cursor:pointer;margin:0}.forgot-password{color:#3b82f6;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.forgot-password:hover{color:#2563eb}.btn-login{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #3b82f633}.btn-login:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 6px 12px #3b82f64d;transform:translateY(-1px)}.btn-login:active{transform:translateY(0)}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media (max-width: 968px){.login-container{flex-direction:column}.login-left{min-height:40vh;padding:2rem}.login-left h1{font-size:2rem}.login-right{min-height:60vh;padding:2rem}.badge-icon{width:80px;height:80px}.badge-icon svg{width:40px;height:40px}}
