*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow-x:hidden}.auth-container{min-height:100vh;width:100%;background:#fff;position:relative;overflow-y:auto}.mobile-nav{display:none;padding:1rem;background:#fff;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 4px #0000001a}.main-content{display:flex;min-height:100vh;width:100%}.left-side{width:50%;background:linear-gradient(180deg,#007bff,#02298a 85%,#021b79);padding:4rem;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0}.left-side button{border-radius:25px}.right-side{width:50%;min-height:100vh;padding:4rem;margin-left:50%;overflow-y:auto}.logo{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem;text-decoration:none}.hero-content{margin-top:auto;margin-bottom:auto;max-width:480px}.hero-content h1{color:#fff;font-size:2.5rem;font-weight:500;margin-bottom:1rem}.hero-content p{color:#fff;font-size:1rem;line-height:1.5;margin-bottom:1rem}.nav-buttons{display:flex;gap:0;justify-content:flex-end;margin-bottom:3rem}.btn-primary,.btn-secondary{border:none;padding:1rem 2rem;border-radius:28px;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-primary{background:#007bff;color:#fff}.btn-secondary{background:#f5f5f5;color:#007bff;margin-right:-10px}.nav-buttons .btn-secondary{border-radius:28px 0 0 28px!important}.nav-buttons .btn-primary{border-radius:0 28px 28px 0}.auth-form{max-width:480px;margin:0 auto;width:100%;padding-bottom:2rem}.g-icon{width:60px;height:60px;background:#eef2ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.g-icon span{color:#007bff;font-size:1.75rem;font-weight:600}.auth-form h2{font-size:2rem;color:#2d2d2d;margin-bottom:3rem;font-weight:500}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#3c3732;margin-bottom:.75rem;font-size:1rem}.form-group input{width:100%;padding:1rem;border:1px solid #E5E7EB;border-radius:8px;background:#f8fafc;font-size:1rem}.password-field{position:relative}.toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem}.btn-submit{width:100%;padding:1rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:1rem}@media (max-width: 768px){.mobile-nav{display:flex;justify-content:space-between;align-items:center}.main-content{flex-direction:column;padding-top:4rem}.left-side{width:100%;min-height:300px;position:relative;padding:2rem}.right-side{width:100%;margin-left:0;padding:2rem}.desktop-only{display:none!important}.auth-form{padding:2rem 0}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.875rem}}@media (min-width: 769px) and (max-width: 1024px){.left-side,.right-side{padding:3rem}}.name-fields{display:flex;gap:1rem}@media (max-width: 768px){.name-fields{flex-direction:column}}.error-message{color:#dc2626;font-size:.875rem;margin-top:.5rem}.forgot-password{text-align:right;margin-bottom:1.5rem}.forgot-password a{color:#007bff;text-decoration:none;font-size:.875rem}.btn-submit.loading{position:relative;color:transparent}.btn-submit.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid white;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mobile-nav .nav-buttons,.desktop-only.nav-buttons{display:flex;gap:0}.mobile-nav .nav-buttons{margin-bottom:0}.mobile-nav .btn-secondary,.mobile-nav .btn-primary{font-size:.875rem;padding:.75rem 1.5rem}.mobile-nav .logo{color:#007bff;font-size:1.5rem;font-weight:700;text-decoration:none}.auth-form .g-icon{background:#eef2ff}.auth-form .g-icon span{color:#007bff}@media (max-width: 768px){.mobile-nav{display:flex;align-items:center}.desktop-only{display:none}}@media (min-width: 769px){.mobile-nav{display:none}.desktop-only{display:block}.desktop-only.nav-buttons{display:flex}}.auth-container .form-group input{border:1px solid #E5E7EB!important;border-radius:8px!important;background:#f8fafc!important;padding:1rem!important;width:100%!important;outline:none!important}.auth-container .form-group label{display:block!important;color:#3c3732!important;margin-bottom:.75rem!important;font-size:1rem!important}.forgot-password-link{text-align:right;margin:-.5rem 0 1.5rem}.forgot-password-link a{color:#007bff;text-decoration:none;font-size:.875rem}.forgot-password-link a:hover{text-decoration:underline}.btn-action{background:#007bff;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.btn-action:hover{background:#0056b3}
