.RequestAccountFormComponent_formContainer__tUKzJ{display:flex;justify-content:center;align-items:center;padding:2rem}.RequestAccountFormComponent_form__BXB5w{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px;background-color:#1a1a1a;padding:2rem;border-radius:8px}.RequestAccountFormComponent_formHeader__9GcR_{color:#fff;text-align:center;margin-bottom:1rem}.RequestAccountFormComponent_formInput__wjb5m,.RequestAccountFormComponent_formTextarea__UY5_y{width:100%;padding:.75rem;border-radius:4px;border:1px solid #333;background-color:#222;color:#fff}.RequestAccountFormComponent_formInput__wjb5m:invalid{color:gray}.RequestAccountFormComponent_formTextarea__UY5_y{resize:vertical;min-height:100px}.RequestAccountFormComponent_checkboxContainer__yDDSM{display:flex;align-items:center;gap:.5rem}.RequestAccountFormComponent_formCheckbox__JfDNn{width:1.25rem;height:1.25rem}.RequestAccountFormComponent_checkboxLabel__oAyCu{color:#fff}.RequestAccountFormComponent_passwordStrengthMeter__vY8jx{display:flex;gap:.25rem;margin-top:.5rem}.RequestAccountFormComponent_strengthBar__6xbEC{flex-grow:1;height:4px;background-color:#333;border-radius:2px}.RequestAccountFormComponent_strengthBarFill__JzUf3{background-color:#28a745}.RequestAccountFormComponent_error__bgQDC{color:red;text-align:center}.RequestAccountFormComponent_success__UHVsB{color:green;text-align:center}.RequestAccountFormComponent_spinner__gGaOQ{border:4px solid hsla(0,0%,100%,.1);border-left-color:#fff;border-radius:50%;width:24px;height:24px;animation:RequestAccountFormComponent_spin__RYgQx 1s linear infinite;margin:0 auto}@keyframes RequestAccountFormComponent_spin__RYgQx{to{transform:rotate(1turn)}}