body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;overflow:hidden}.split-container{display:flex;height:100vh}.left-side{flex:1;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;padding:3rem 3rem 3rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.left-side:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.left-content{position:relative;z-index:1;max-width:500px;width:100%}.logo-section{margin-bottom:3rem}.logo-section i{font-size:4rem;margin-bottom:1rem}.logo-section h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.logo-section p{font-size:1.1rem;opacity:.9}.features{margin-top:3rem}.feature-item{display:flex;align-items:start;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out backwards}.feature-item:nth-child(1){animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3){animation-delay:.3s}.feature-item:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-icon{width:50px;height:50px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.feature-icon i{font-size:1.5rem}.feature-text h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.feature-text p{font-size:.9rem;opacity:.85;margin:0}.right-side{flex:1;background:#fff;padding:3rem;display:flex;align-items:center;justify-content:center;overflow-y:auto}.form-container{width:100%;max-width:450px;margin-left:100px}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.form-header p{color:#6c757d;font-size:1rem}.form-label{font-weight:600;color:#495057;margin-bottom:.5rem}.input-group-text{background:#f8f9fa;border-right:none}.form-control{border-left:none;padding:.75rem 1rem}.form-control:focus{border-color:#0d6efd;box-shadow:none}.input-group:focus-within .input-group-text{border-color:#0d6efd}.btn-login{background:linear-gradient(135deg,#0d6efd,#0a58ca);border:none;padding:.875rem;font-weight:600;font-size:1rem;transition:all .3s}.btn-login:hover{background:linear-gradient(135deg,#0a58ca,#084298);transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd66}@media(max-width:992px){body{overflow-y:auto}.split-container{flex-direction:column;height:auto;min-height:100vh}.left-side{min-height:30vh;padding:2rem;position:relative;align-items:flex-start}.features{display:none}.right-side{padding:2rem;min-height:70vh}.form-container{margin-left:0}.left-content{padding-right:0}}
