.login-page-container{display:flex;height:100vh;width:100%;background-color:white;overflow:hidden}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;height:100%}.login-form-container{width:100%;max-width:400px;padding:1.5rem}.form-header{text-align:left;margin-bottom:1.5rem}.form-header h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:.95rem}.login-error-banner{background-color:#fef2f2;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.85rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.35rem}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.form-options{justify-content:space-between;margin-bottom:1.5rem;font-size:.9rem}.checkbox-label,.form-options{display:flex;align-items:center}.checkbox-label{gap:.5rem;color:#4b5563;cursor:pointer}.forgot-link{color:#6366f1;font-weight:500;text-decoration:none}.btn-login-submit{width:100%;padding:.875rem;background:linear-gradient(90deg,#6366f1,#a855f7);color:white;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-login-submit:hover{opacity:.95}.social-login-divider{display:flex;align-items:center;text-align:center;margin:1.25rem 0;color:#9ca3af}.social-login-divider:after,.social-login-divider:before{content:"";flex:1;border-bottom:1px solid #e5e7eb}.social-login-divider span{padding:0 1rem;font-size:.8rem;font-weight:500;text-transform:uppercase}.btn-google-login{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;background:white;border:1px solid #e5e7eb;border-radius:8px;font-weight:500;font-size:.95rem;color:#374151;cursor:pointer;transition:background-color .2s}.btn-google-login:hover{background-color:#f9fafb;border-color:#d1d5db}.signup-link-container{text-align:center;margin-top:.8rem;font-size:.9rem;color:#6b7280}.signup-link-container a{color:#6366f1;font-weight:600;text-decoration:none}.login-hero-section{display:none;position:relative;width:50%;background-color:#0a0a0a;overflow:hidden;color:white;background:linear-gradient(135deg,#0f172a,#1e1b4b)}.hero-abstract-shape{position:absolute;top:50%;right:-10%;width:100%;height:100%;background:radial-gradient(circle at center,rgba(99,102,241,.25) 0,rgba(0,0,0,0) 60%);filter:blur(60px);z-index:1}.login-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:4rem;max-width:600px}.login-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(90deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;color:transparent}.login-hero-content p{font-size:1.15rem;line-height:1.6;color:rgba(255,255,255,.7)}@media (min-width:1024px){.login-hero-section{display:flex}}