@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11","ss01";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(0,89,170,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(242,51,83,.03) 0,transparent 50%),linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.area{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0059aa,#004080);z-index:-1;overflow:hidden;pointer-events:none}.grecaptcha-badge{visibility:hidden!important;opacity:0!important}.circles{top:0;left:0;width:100%;height:100%;overflow:hidden;margin:0;padding:0}.circles,.circles li{position:absolute;list-style:none}.circles li{display:block;width:20px;height:20px;background:hsla(0,0%,100%,.15);animation:animate 25s linear infinite;bottom:-150px}.circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s;background:rgba(32,201,151,.2)}.circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s;background:rgba(242,51,83,.15)}.circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s;background:hsla(0,0%,100%,.1)}.circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s;background:rgba(32,201,151,.18)}.circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s;background:rgba(242,51,83,.12)}.circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s;background:hsla(0,0%,100%,.08)}.circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s;background:rgba(32,201,151,.1)}.circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s;background:rgba(242,51,83,.2)}.circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s;background:hsla(0,0%,100%,.12)}.circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s;background:rgba(32,201,151,.15)}@keyframes animate{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.login-bg{position:fixed;inset:0;z-index:-1;pointer-events:none}.login_container{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;width:min(550px,95vw);max-height:90vh;overflow-y:auto;border:none;border-radius:24px;padding:3.5rem 3rem;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:1.75rem;z-index:1000;box-shadow:0 25px 70px rgba(0,0,0,.15);animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.company-branding{text-align:center;margin-bottom:.5rem;padding-bottom:.5rem}.brand-text{font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.3em;color:rgba(0,89,170,.6);font-size:.8rem;font-weight:500;border:2px double rgba(0,89,170,.3);border-width:2px 0;padding:1em 0;margin:0;position:relative;line-height:1.6}.animated-brand{font-family:Poppins,sans-serif;font-weight:800;font-size:2.5em;line-height:1.1;letter-spacing:-.02em;padding:.2em 0 .3em;display:block;margin:0 auto;text-shadow:0 0 30px rgba(32,201,151,.5);background:linear-gradient(90deg,#0059aa,#004080 12%,#20c997 25%,#17a085 37%,#f23353 50%,#17a085 63%,#20c997 75%,#004080 87%,#0059aa);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:animatedTextFill 20s ease-in-out infinite;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}@keyframes animatedTextFill{0%{background-position:0 50%}25%{background-position:25% 50%}50%{background-position:50% 50%}75%{background-position:75% 50%}to{background-position:100% 50%}}.login_con_log{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.logo_l{width:4rem;height:4rem}.hG{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:0;margin:0 0 1.25rem;font-weight:700;font-size:1.75rem;background:linear-gradient(135deg,#0059aa,#0073cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-align:center}.txt_container{display:flex;flex-direction:column;gap:1.25rem}.txt_container>p[style*="color: red"]{background:#fee;color:#dc3545!important;padding:1rem 1.25rem;border-radius:10px;border-left:4px solid #dc3545;font-size:.95rem;font-weight:500}.fill_input_con{display:flex;flex-direction:column;gap:.65rem;font-weight:600;color:#212529}.fill_input_con,.fill_input_con input{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem}.fill_input_con input{padding:1rem 1.25rem;border-radius:12px;border:2px solid #e9ecef;transition:all .2s ease;background:#f8f9fa;font-weight:500}.fill_input_con input:focus{outline:none;border-color:#0059aa;background:#fff;box-shadow:0 0 0 4px rgba(0,89,170,.1)}.login_btn{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;padding:1.1rem;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#0059aa,#0073cc);border:none;border-radius:12px;color:#fff!important;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,89,170,.3);letter-spacing:.02em;margin-top:.5rem}.login_btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,89,170,.4)}.login_btn:disabled{opacity:.6;cursor:not-allowed}.login_con_log.gap{display:flex;align-items:center;gap:1rem;margin:1rem 0}hr{flex:1 1;border:none;height:1px;background:#dee2e6}.up{color:#6c757d;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.font,.up{font-weight:500}.font{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#212529;font-size:.95rem}.font a{color:#0059aa;text-decoration:none;font-weight:700;transition:all .2s ease;padding:.5rem 1.25rem;background:rgba(0,89,170,.1);border-radius:8px;display:inline-block}.font a:hover{background:linear-gradient(135deg,#0059aa,#0073cc);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,89,170,.3)}@media (max-width:600px){.login_container{padding:2rem 1.5rem;width:90vw;max-height:85vh;top:50%;transform:translate(-50%,-50%)}.logo_l{width:3rem;height:3rem}.hG.G{font-size:1.75rem}}