html,body{margin:0;padding:0;height:100%}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:Segoe UI,system-ui,sans-serif}.auth-wrapper{height:100vh;display:flex;overflow:hidden}.left-panel{width:55%;height:100vh;background:linear-gradient(135deg,#ffd2a3,#ffb066);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.right-panel{width:45%;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.login-container{width:100%;display:flex;justify-content:center}.login-card{width:440px;height:570px;background:#fff;padding:32px;border-radius:24px;box-shadow:0 18px 40px #ff7a002e;border:1px solid #ffd0a3;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.login-card h2{font-size:28px;color:#ff7a00;font-weight:800;margin-bottom:12px}.sub-text{font-size:14px;color:#9a4f10;margin-bottom:16px}.form-box{text-align:left}.form-box label{display:block;font-size:13px;color:#ff7a00;font-weight:700;margin-bottom:6px}.form-box input{width:100%;height:50px;padding:0 16px;border:1.5px solid #ffd0a3;border-radius:12px;font-size:15px;margin-bottom:14px;background:#eef5ff;outline:none}.form-box input:focus{border-color:#ff7a00;box-shadow:0 0 0 4px #ff7a0026}.btn-primary{width:100%;height:52px;border-radius:14px;font-size:16px;font-weight:700;background:linear-gradient(135deg,#ff8a00,#ff5f00);color:#fff;border:none;cursor:pointer;box-shadow:0 12px 28px #ff5f0059}.btn-primary:hover{transform:translateY(-2px)}.signup-text,.login-link{font-size:14px;color:#9a4f10;margin-top:12px}.signup-text a,.login-link span{color:#ff7a00;font-weight:700;cursor:pointer}.password-rules p{font-size:12px;margin:4px 0;color:#9a4f10}.password-rules p.valid{color:#ff7a00;font-weight:700}@media(max-width:768px){.left-panel{display:none}.right-panel{width:100%}.login-card{width:92%;height:auto}}
