.login-container{display:flex;min-height:100vh;background:#f8fafc}.login-brand{flex:1;background:linear-gradient(135deg,#2563eb,#1d4ed8,#1e40af);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;position:relative;overflow:hidden}.brand-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:480px}.brand-logo{width:80px;height:80px;margin:0 auto 24px}.brand-logo svg{width:100%;height:100%}.brand-title{font-size:32px;font-weight:600;margin-bottom:12px;letter-spacing:1px}.brand-subtitle{font-size:16px;opacity:.9;margin-bottom:48px}.brand-features{display:flex;flex-direction:column;gap:20px;text-align:left}.feature-item{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.feature-item:hover{background:#fff3;transform:translate(8px)}.feature-icon{width:40px;height:40px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:24px;height:24px}.feature-item span{font-size:15px;font-weight:500}.brand-decoration{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.deco-circle{position:absolute;border-radius:50%;background:#ffffff0d}.deco-circle-1{width:400px;height:400px;top:-100px;left:-100px}.deco-circle-2{width:300px;height:300px;bottom:-50px;right:-50px}.deco-circle-3{width:200px;height:200px;top:50%;right:10%;transform:translateY(-50%)}.login-form-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;background:#fff;position:relative}.form-wrapper{width:100%;max-width:400px}.form-header{margin-bottom:40px}.form-header h2{font-size:28px;font-weight:600;color:#1e293b;margin-bottom:8px}.form-header p{font-size:15px;color:#64748b}.login-input{height:48px;border-radius:10px;border:1.5px solid #e2e8f0;transition:all .3s ease}.login-input:hover{border-color:#2563eb}.login-input:focus,.login-input.ant-input-affix-wrapper-focused{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input-icon{color:#94a3b8;font-size:16px}.login-button{height:48px;border-radius:10px;font-size:16px;font-weight:500;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;box-shadow:0 4px 14px #2563eb4d;transition:all .3s ease}.login-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb66;transform:translateY(-1px)}.copyright{position:absolute;bottom:24px;color:#94a3b8;font-size:13px}.login-form-section .ant-form-item-label>label{font-weight:500;color:#475569}@media (max-width: 1024px){.login-brand{display:none}.login-form-section{flex:1}}@media (max-width: 480px){.login-form-section{padding:40px 24px}.form-header h2{font-size:24px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f5;min-height:100vh}#root{min-height:100vh}
