@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css";body{font-family:Poppins,sans-serif;background-color:#f0f9ff}.form-input,.form-select,.form-textarea{border:1px solid #cbd5e0;border-radius:.375rem;padding:.75rem 1rem;width:100%;color:#4a5568;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.form-label{font-weight:500;color:#4a5568}.btn-primary{background-color:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:background-color .15s ease-in-out}.btn-primary:hover{background-color:#2563eb}.form-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border:1px solid #cbd5e0;border-radius:.25rem;background-color:#fff;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out;position:relative}.form-checkbox:checked{background-color:#3b82f6;border-color:#3b82f6}.form-checkbox:focus{outline:none;box-shadow:0 0 0 3px #3b82f640}.form-checkbox:checked:before{content:"";font-family:bootstrap-icons;font-size:.8rem;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:2rem 1.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;position:relative;overflow:hidden;text-align:center}.header-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:0;background-size:cover}.logo-container{display:inline-block;margin-bottom:1rem;z-index:1}.logo{height:100px;width:auto;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.header-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);z-index:1}.header-subtitle{font-size:1.2rem;color:#f0f9ff;z-index:1}.form-container{background-color:#fffc;padding:2rem;border-radius:1rem;box-shadow:0 6px 12px #0000001a}.input-group{margin-bottom:1.5rem}.success-modal{background-color:#00000080;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.success-content{background-color:#fff;padding:2rem;border-radius:1rem;text-align:center}.otp-input{width:4rem;padding:.75rem;border:1px solid #cbd5e0;border-radius:.375rem;text-align:center;font-size:1.2rem;margin:0 .5rem}.otp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
