:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;padding:0;width:100%;min-width:320px;min-height:100vh}#root{width:100%;height:100%}.login-container{display:flex;height:100vh;width:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-left{flex:1.2;position:relative;background-image:url(https://images.unsplash.com/photo-1556108139-3889025c84d6?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between;padding:60px;color:#fff}.login-left:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000000e6,#3c1414b3);z-index:1}.login-left-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between}.brand-logo{font-size:24px;font-weight:700;letter-spacing:1px;display:flex;align-items:center;gap:10px}.brand-slogan h1{font-size:48px;margin-bottom:20px;font-weight:600;line-height:1.2}.brand-slogan p{font-size:18px;opacity:.8;max-width:80%}.login-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;padding:40px}.login-form-wrapper{width:100%;max-width:420px;margin-top:auto;margin-bottom:auto}.form-header{margin-bottom:40px}.form-header h2{font-size:32px;font-weight:700;color:#1f1f1f;margin-bottom:10px}.form-header p{color:#8c8c8c;font-size:16px}.login-form .ant-input-affix-wrapper{padding:12px 11px}.login-form .ant-btn-primary{height:48px;font-size:16px;font-weight:500;background-color:#0052cc}.login-form .ant-btn-primary:hover{background-color:#003eb3}@media(max-width:768px){.login-left{display:none}}
