*{box-sizing:border-box;margin:0;padding:0}body{color:#1f1f1f;background-color:#f4f6f8;font-family:Roboto,Arial,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:10px}::-webkit-scrollbar-track{background:0 0}button{cursor:pointer;font-family:inherit}input:focus,textarea:focus{border-radius:4px;outline:2px solid #1976d2}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Arial,sans-serif}body{background:linear-gradient(135deg,#0f172a,#1e3a8a);min-height:100vh}.container{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.login-box{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:450px;padding:35px;box-shadow:0 12px 35px #00000040}.logo{width:90px;margin-bottom:15px}h1{color:#036;margin-bottom:5px;font-size:28px}.subtitle{color:#666;margin-bottom:25px;font-size:14px}input,select{background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:48px;margin-bottom:15px;padding:0 15px;font-size:15px;transition:all .3s}input:focus,select:focus{border-color:#0078d4;box-shadow:0 0 5px #0078d440}button{color:#fff;cursor:pointer;background:#0078d4;border:none;border-radius:8px;width:100%;height:48px;font-size:16px;font-weight:600;transition:all .3s}button:hover{background:#005fa3}button:disabled{cursor:not-allowed;background:#90caf9}a{color:#0078d4;cursor:pointer;font-weight:600;text-decoration:none}a:hover{text-decoration:underline}.footer{color:#777;margin-top:25px;font-size:12px}.error{color:red;margin-bottom:10px;font-size:14px}.success{color:green;margin-bottom:10px;font-size:14px}.card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 8px 20px #00000014}@media (width<=600px){.login-box{padding:25px}h1{font-size:24px}}.scrollContainer{background:#fff;height:220px;position:relative;overflow:hidden}.scrollTips{flex-direction:column;width:100%;animation:90s linear infinite scrollTips;display:flex;position:absolute;top:100%;left:0}.scrollTips:hover{animation-play-state:paused}@keyframes scrollTips{0%{transform:translateY(100%)}to{transform:translateY(calc(-100% - 220px))}}
