.captcha{flex-direction:column;gap:1rem;display:flex}.captcha-container{flex-direction:row;align-items:end;gap:1rem;display:flex}.captcha-image{border-radius:8px;width:300px;height:50px}.captcha-placeholder{text-align:center;background:#f0f0f0;justify-content:center;align-items:center;font-size:.8rem;display:flex}.captcha-refresh{width:2rem;height:2rem;padding:0}.spinner{width:1.1rem;height:1.1rem;display:inline-block}.spinner .spinner-ring{border:2px solid;border-top-color:#0000;border-radius:50%;width:1.1rem;height:1.1rem;animation:1s linear infinite spin}.spinner.spinner--dark{color:#666}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-backdrop{z-index:999;background-color:#0006;animation:.2s ease-out forwards fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toast{z-index:1000;color:#000;min-width:400px;max-width:500px;animation:.2s ease-out forwards scaleIn;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.toast-content{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #0000000d;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem 2rem;display:flex;position:relative;box-shadow:0 8px 32px #0000001f}.toast-body{overflow:hidden}.toast-additional-text{color:#666;line-height:1.5}.toast-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.toast-link{color:#1c388f;border:2px solid #1c388f;border-radius:8px;margin-top:2rem;padding:.5rem 2rem;font-weight:500;text-decoration:none;transition:all .2s}.toast-link:hover{color:#fff;background-color:#1c388f}.toast-message{flex:1;margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.4;display:block}.toast-close{color:#000;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:18px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.toast-close:hover,.toast-close:focus,.toast-close:active{box-shadow:none!important;background:#1c388f1a!important}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.8)}}.toast.toast-exit{animation:.2s ease-in forwards scaleOut}@media (width<=768px){.toast-content{padding:3rem 1.5rem 1.5rem}}@media (width<=480px){.toast{min-width:unset;max-width:unset;width:80vw}.toast .toast-content{padding:3rem 1rem 1.5rem}.toast-popup .toast-links{flex-direction:column;align-items:center}}.app{background:linear-gradient(to bottom right,#1c388f 0%,#009bb5 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.container{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:3rem 3rem 1rem;position:relative;box-shadow:0 20px 40px #1c388f33}.header{text-align:center;margin-bottom:2rem}.header .header-content{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.header .vnw-logo{object-fit:contain;align-self:flex-end;width:auto;max-height:60px}.footer{text-align:right;color:#1c388f;justify-content:flex-end;gap:1rem;margin-top:2rem;font-size:.875rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label[for=email]{justify-content:space-between;display:flex}.form-group .field-info{color:#1c388fcc;font-size:.875rem;font-style:italic}.form-group .error-message{color:#e74c3c;margin-top:2px;font-size:.875rem}.form-group.department{visibility:hidden;height:0}.submit-button{margin-top:1rem}@media (width<=768px){.app{padding:0 1rem}.container{padding:2rem}.header .vnw-logo{max-height:50px}}@media (width<=480px){.container{padding:1.5rem}.header .vnw-logo{max-height:40px}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#242424;font-family:Open Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#1c388f;font-weight:500;text-decoration:none}a:hover,a:focus{color:#009bb5}body{min-width:380px;min-height:100vh;margin:0}h1{color:#1c388f;margin-top:0;margin-bottom:.5rem;font-size:2rem;font-weight:600;line-height:1.1}p{color:#009bb5;margin:0;font-size:1.1rem}input{color:#1c388f;border:2px solid #1c388f33;border-radius:8px;padding:.8rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}input:hover{border-color:#1c388f4d}input:focus{border-color:#009bb5;outline:none;box-shadow:0 0 0 2px #009bb51a}input.invalid{border-color:#e74c3c}input:disabled{color:#6c757d;cursor:not-allowed;background-color:#f8f9fa;border-color:#dee2e6}button{color:#fff;cursor:pointer;background-color:#1c388f;border:none;border-radius:8px;padding:1rem 2rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}button:hover:not(:disabled),button:active:not(:disabled),button:focus:not(:disabled){background:#1c388fe6;box-shadow:0 4px 8px #1c388f33}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}button.outline{color:#1c388f;background:#fff;border:2px solid #1c388f}button.outline:hover:not(:disabled),button.outline:active:not(:disabled),button.outline:focus:not(:disabled){background:#fff;box-shadow:0 0 4px #1c388fb3}form{flex-direction:column;gap:1rem;display:flex}form label{color:#1c388f;font-size:1rem;font-weight:500}.hidden{visibility:hidden}
