@import url("https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap");:root{--lg-green:#16A34A;--lg-green-dark:#166534;--lg-green-light:#dcfce7;--lg-green-bg:#f0fdf4;--lg-white:#ffffff;--lg-section-bg:#f3f4f6;--lg-text:#111827;--lg-text-2:#6b7280;--lg-error:#ef4444;--lg-error-bg:#fef2f2;--lg-border:#d1fae5;--lg-input-bg:#f0fdf4;--lg-font:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.lg-wrapper *,.lg-wrapper :after,.lg-wrapper :before{box-sizing:border-box;margin:0;padding:0}.lg-wrapper{align-items:center;justify-content:center;background:var(--lg-white);font-family:var(--lg-font);overflow:hidden}.lg-container,.lg-wrapper{width:100%;min-height:100vh;display:flex}.lg-container{max-width:1440px}.lg-left{flex:0 0 52%;background:var(--lg-green-light);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem 2.5rem 2.5rem;overflow:hidden}.lg-blob{position:absolute;background:var(--lg-white);border-radius:50%;pointer-events:none}.lg-blob-tl{width:280px;height:280px;top:-100px;left:-100px}.lg-blob-tr{width:220px;height:220px;top:-80px;right:-60px}.lg-blob-bl{width:260px;height:260px;bottom:-100px;left:-80px}.lg-blob-br{width:180px;height:180px;bottom:-60px;right:-50px}.lg-logo{display:flex;align-items:center;gap:.5rem;align-self:flex-start;position:relative;z-index:2}.lg-logo-img{width:50px;height:50px;object-fit:contain;margin-left:-1vw}.lg-logo-text{margin-top:1.8vh;font-size:1rem;font-weight:700;color:var(--lg-green)}.lg-left-center{flex-direction:column;gap:1.25rem;position:relative;z-index:2;text-align:center;flex:1}.lg-illus-wrap,.lg-left-center{display:flex;align-items:center;justify-content:center}.lg-illus{width:100%;max-width:300px;height:auto;object-fit:contain;display:block}.lg-left-heading{font-size:1.35rem;font-weight:700;color:var(--lg-text);line-height:1.3}.lg-left-sub{font-size:.9rem;color:var(--lg-text-2);line-height:1.6}.lg-roles{display:flex;gap:.3rem;flex-wrap:wrap;justify-content:center;position:relative;z-index:2;margin-left:3.5vw}.lg-role-pill{padding:.35rem 1rem;border:1px solid #d1d5db;border-radius:999px;font-size:.8rem;font-weight:400;color:var(--lg-text);white-space:nowrap}.lg-right,.lg-role-pill{background:var(--lg-white)}.lg-right{flex:0 0 55%;display:flex;align-items:center;justify-content:center;padding:2.5rem 3rem}.lg-form-box{width:100%;max-width:515px;gap:2rem;margin-top:-5vh;margin-left:-10vw}.lg-form-box,.lg-form-header{display:flex;flex-direction:column}.lg-form-header{gap:.5rem}.lg-title-group{display:flex;align-items:baseline;gap:.75rem}.lg-form-title{font-size:2.3rem;font-weight:700;color:var(--lg-text);line-height:1.2}.lg-version-tag{font-size:.7rem;font-weight:600;color:var(--lg-green);background:var(--lg-green-light);padding:.2rem .6rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.lg-form-subtitle{font-size:.875rem;color:var(--lg-text-2);font-weight:400}.lg-error-banner{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:var(--lg-error-bg);border:1px solid #fecaca;border-radius:.625rem;font-size:.85rem;color:var(--lg-error);line-height:1.5}.lg-err-icon{width:1rem;height:1rem;flex-shrink:0;margin-top:1px}.lg-form{gap:1.1rem}.lg-field,.lg-form{display:flex;flex-direction:column}.lg-field{gap:.45rem}.lg-label{font-size:.875rem;font-weight:400;color:var(--lg-text)}.lg-input-wrap{position:relative}.lg-icon,.lg-input-wrap{display:flex;align-items:center}.lg-icon{position:absolute;left:1rem;justify-content:center;color:var(--lg-green);pointer-events:none;z-index:1}.lg-icon svg{width:1.1rem;height:1.1rem}.lg-input{width:100vw;padding:.75rem 1rem .75rem 2.85rem;font-size:1rem;font-family:var(--lg-font);background:var(--lg-input-bg);border:1.5px solid var(--lg-border);border-radius:.625rem;color:var(--lg-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.lg-input::placeholder{color:var(--lg-text-2)}.lg-input:focus{border-color:var(--lg-green);box-shadow:0 0 0 3px rgba(22,163,74,.12);background:var(--lg-white)}.lg-input:disabled{opacity:.7;cursor:not-allowed}.lg-input-pw{padding-right:3rem}.lg-eye{position:absolute;right:.9rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--lg-text-2);transition:color .15s ease;padding:.25rem}.lg-eye:hover{color:var(--lg-green)}.lg-eye svg{width:1.1rem;height:1.1rem}.lg-options-row{justify-content:space-between}.lg-check-label,.lg-options-row{display:flex;align-items:center;gap:.5rem}.lg-check-label{cursor:pointer;user-select:none}.lg-check-native{position:absolute;opacity:0;width:0;height:0}.lg-checkmark{width:1.05rem;height:1.05rem;border:1.5px solid #9ca3af;border-radius:3px;background:var(--lg-white);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,background .15s}.lg-check-native:checked+.lg-checkmark{background:var(--lg-green);border-color:var(--lg-green)}.lg-check-native:checked+.lg-checkmark:after{content:"";display:block;width:.35rem;height:.6rem;border:2px solid var(--lg-white);border-top:none;border-left:none;transform:rotate(45deg) translate(-1px,-1px)}.lg-check-text{font-size:.875rem;color:var(--lg-text)}.lg-forgot{font-size:.875rem;color:var(--lg-error);text-decoration:none;font-weight:400;transition:opacity .15s;white-space:nowrap}.lg-forgot:hover{opacity:.75}.lg-submit-btn{width:100%;padding:.85rem;background:var(--lg-green);color:var(--lg-white);border:none;border-radius:.625rem;font-size:1rem;font-weight:700;font-family:var(--lg-font);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s ease,opacity .15s ease;letter-spacing:.01em}.lg-submit-btn:hover:not(:disabled){background:var(--lg-green-dark)}.lg-submit-btn:disabled{opacity:.75;cursor:not-allowed}.lg-spin{display:inline-block;width:1.1rem;height:1.1rem;border:2px solid rgba(255,255,255,.35);border-top-color:#ffffff;border-radius:50%;animation:lg-rotate .7s linear infinite}@keyframes lg-rotate{to{transform:rotate(1turn)}}.lg-contact-row{font-size:.875rem;color:var(--lg-text-2);text-align:center;line-height:1.5}.lg-contact-link{color:var(--lg-text);font-weight:700;text-decoration:none;transition:color .15s}.lg-contact-link:hover{color:var(--lg-green)}.lg-powered{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-top:.25rem}.lg-powered-label{font-size:.8rem;color:var(--lg-text-2)}.lg-powered-logos{display:flex;align-items:center;gap:.4rem}.lg-nepsof-icon{width:26px;height:26px;object-fit:contain}.lg-nepsof-name{height:20px;width:auto;object-fit:contain}@media (max-width:1280px){.lg-left,.lg-right{flex:0 0 50%}.lg-right{padding:2rem}}@media (max-width:1024px){.lg-left{flex:0 0 45%;padding:1.75rem 1.5rem}.lg-right{flex:0 0 55%;padding:2rem 1.75rem}.lg-blob-tl{width:220px;height:220px;top:-80px;left:-80px}.lg-blob-tr{width:170px;height:170px;top:-60px;right:-50px}.lg-blob-bl{width:200px;height:200px;bottom:-80px;left:-60px}.lg-blob-br{width:140px;height:140px;bottom:-50px;right:-40px}.lg-illus{max-width:240px}.lg-left-heading{font-size:1.1rem}}@media (max-width:768px){.lg-wrapper{align-items:flex-start}.lg-container{flex-direction:column;min-height:100vh}.lg-left{padding:1.5rem 1.5rem 2rem;min-height:52vh}.lg-left,.lg-right{flex:none;width:100%}.lg-right{padding:2rem 1.5rem 2.5rem}.lg-form-box{max-width:100%}.lg-blob-tl{width:200px;height:200px;top:-70px;left:-70px}.lg-blob-tr{width:160px;height:160px;top:-55px;right:-45px}.lg-blob-bl{width:180px;height:180px;bottom:-65px;left:-55px}.lg-blob-br{width:130px;height:130px;bottom:-45px;right:-40px}.lg-illus{max-width:200px}.lg-left-heading{font-size:1rem}.lg-left-sub{font-size:.8rem}}@media (max-width:480px){.lg-left{padding:1.25rem;min-height:46vh}.lg-right{padding:1.5rem 1.25rem 2rem}.lg-form-title{font-size:1.6rem}.lg-blob-tl{width:160px;height:160px;top:-55px;left:-55px}.lg-blob-tr{width:130px;height:130px;top:-45px;right:-35px}.lg-blob-bl{width:150px;height:150px;bottom:-55px;left:-45px}.lg-blob-br{width:110px;height:110px;bottom:-40px;right:-30px}.lg-illus{max-width:170px}.lg-roles{gap:.4rem}.lg-role-pill{font-size:.75rem;padding:.3rem .8rem}}@media (max-height:650px) and (min-width:769px){.lg-left-center{gap:.75rem}.lg-illus{max-width:180px}.lg-left-heading{font-size:1rem}.lg-left-sub{display:none}.lg-form{gap:.85rem}.lg-input{padding-top:.6rem;padding-bottom:.6rem}}