.login-page{display:flex;min-height:100vh}.login-page__hero{flex:0 0 50%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:3rem 2rem;background:radial-gradient(circle at 20% 20%,#9fe87047,#9fe87000 45%),radial-gradient(circle at 80% 30%,#a0e1e142,#a0e1e100 48%),linear-gradient(145deg,#1e293b,#1a2332 55%,#2d3748);color:#f9fafb}.login-page__hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.login-page__hero-content{position:relative;z-index:1;max-width:420px;width:100%}.login-logo{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#9fe870e6,#a0e1e1e6);color:#111827;font-weight:800;font-size:1.25rem;margin-bottom:1.5rem;letter-spacing:-.02em}.login-hero__title{font-size:clamp(1.75rem,2.4vw,2.5rem);font-weight:700;line-height:1.2}.login-hero__subtitle{color:#f9fafbe0;font-size:1rem;line-height:1.6}.login-hero__features{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.login-hero__feature{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#f9fafbd9;line-height:1.4}.login-hero__feature-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#9fe87040;display:flex;align-items:center;justify-content:center;font-size:.6875rem;color:#9fe870e6}.login-page__form{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#fafafa}.login-page__form-inner{width:100%;max-width:440px}.login-divider{display:flex;align-items:center;gap:1rem;color:#687078;font-size:.8125rem;margin:.75rem 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#e9ebed}.login-btn-full-width{display:block;width:100%}.login-btn-full-width>button,.login-btn-full-width [class*=awsui_button]{width:100%;text-align:center;justify-content:center}.login-footer{margin-top:2rem;text-align:center;font-size:.75rem;color:#687078}@media(max-width:991px){.login-page{flex-direction:column}.login-page__hero{flex:none;min-height:200px;padding:2rem 1.5rem}.login-hero__features{display:none}.login-page__form{flex:1;padding:1.5rem}}
