.login-container{min-height:100vh;display:flex;flex-direction:column;background-color:#fafafa}.navbar{background:#fff;color:#000;box-shadow:0 1px 2px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e5e5}.navbar-content{max-width:1400px;margin:0 auto;padding:0 2rem}.navbar-inner{justify-content:space-between;height:5rem}.logo-section,.navbar-inner{display:flex;align-items:center}.logo-section{gap:.75rem}.logo-images{display:flex;align-items:center;gap:.5rem}.logo-img{height:2.5rem;width:auto;object-fit:contain}.logo-cross{height:1.5rem;width:auto;opacity:.6}.logo-text h1{font-size:1.5rem;font-weight:700;margin:0;color:#000;letter-spacing:-.03em}.logo-text p{font-size:.8125rem;color:#737373;margin:.125rem 0 0;font-weight:500}.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-right span{color:#525252;font-size:.875rem;font-weight:500;padding:.5rem 1rem;background:#f5f5f5;border-radius:.375rem;border:1px solid #e5e5e5}.split-screen{flex:1 1;display:flex;min-height:calc(100vh - 5rem);max-width:1400px;margin:0 auto;width:100%}.branding-side{flex:1 1;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 3rem;border-right:1px solid #e5e5e5}.branding-content{text-align:center;max-width:550px;width:100%}.branding-logo-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.branding-logo{height:5rem;width:auto;object-fit:contain}.branding-cross{height:3rem;width:auto;opacity:.4}.branding-title{font-size:2.75rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.1;letter-spacing:-.04em}.branding-subtitle{font-size:1.125rem;color:#525252;margin-bottom:3.5rem;font-weight:400;line-height:1.6}.features-box{background:#fafafa;border:1px solid #e5e5e5;border-radius:.5rem;padding:2.5rem;text-align:left}.features-title{color:#000;font-size:.875rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;padding-bottom:1rem;border-bottom:2px solid #000}.features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.feature-item{color:#525252;font-size:.875rem;margin:0;display:flex;align-items:flex-start;gap:.625rem;font-weight:400;line-height:1.5}.feature-bullet{color:#000;font-weight:700;font-size:1rem;line-height:1.5;flex-shrink:0}.form-side{flex:1 1;background:#fafafa;display:flex;align-items:center;justify-content:center;padding:4rem 3rem}.form-container{width:100%;max-width:440px;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:3.5rem 3rem;border:1px solid #e5e5e5}.form-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #f5f5f5}.form-icon{width:4rem;height:4rem;background:#000;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem}.form-title{font-size:2rem;font-weight:700;color:#000;margin:0 0 .625rem;letter-spacing:-.03em}.form-subtitle{color:#737373;margin:0;font-size:.9375rem;font-weight:400;line-height:1.5}.login-form{gap:1.75rem}.form-group,.login-form{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:600;color:#171717;margin-bottom:.625rem;letter-spacing:-.01em}.form-input{width:100%;padding:.875rem 1rem;border:1.5px solid #d4d4d4;border-radius:.5rem;font-size:.9375rem;outline:none;box-sizing:border-box;transition:all .2s ease;background:#fff;color:#000;font-weight:400}.form-input::placeholder{color:#a3a3a3}.form-input:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.form-input:hover{border-color:#737373}.submit-button{width:100%;background:#000;color:#fff;font-weight:600;padding:1rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-size:.9375rem;transition:all .2s ease;margin-top:.75rem;letter-spacing:-.01em}.submit-button:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{background:#a3a3a3;cursor:not-allowed}.error-message{margin-top:1.25rem;background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:.875rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.registration-section{margin-top:2.5rem;padding:2rem;background:#fafafa;border-radius:.5rem;border:1px solid #e5e5e5;text-align:center}.registration-text{font-size:.9375rem;color:#525252;margin:0 0 1.25rem;font-weight:400}.registration-link{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;background:#fff;color:#000;text-decoration:none;padding:.875rem 1.75rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;transition:all .2s ease;border:1.5px solid #000}.registration-link:hover{background:#000;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.registration-link:active{transform:translateY(0)}@media (max-width:1024px){.features-grid{grid-template-columns:1fr}.navbar-content{padding:0 1.5rem}.split-screen{padding:0}}@media (max-width:768px){.split-screen{flex-direction:column}.branding-side{padding:3rem 2rem;min-height:50vh;border-right:none;border-bottom:1px solid #e5e5e5}.branding-title{font-size:2rem}.branding-logo{height:3.5rem}.branding-cross{height:2.5rem}.form-side{padding:3rem 1.5rem}.form-container{padding:2.5rem 2rem}.navbar-right span{font-size:.75rem;padding:.375rem .75rem}.logo-text h1{font-size:1.25rem}.logo-text p{font-size:.75rem}}