.auth-module__brqaVa__authPage{background-color:();justify-content:center;align-items:center;width:100%;height:100%;display:flex}.auth-module__brqaVa__authPage.auth-module__brqaVa__loading{filter:blur(2px);-webkit-user-select:none;user-select:none;pointer-events:none}.auth-module__brqaVa__authFormSection{background-color:var(--background);border:3px solid var(--foreground);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%;max-width:400px;margin:0 20px;padding:1.5rem 2rem;display:flex}.auth-module__brqaVa__authForm{align-items:left;flex-direction:column;justify-content:left;gap:.5rem;width:100%;display:flex}.auth-module__brqaVa__label{margin-top:1rem}.auth-module__brqaVa__message{color:#e07676;margin-bottom:-20px;font-weight:600}.auth-module__brqaVa__submitButton{border:solid 3px var(--background);color:#f0f8ff;background-color:#0d2234;border-radius:100px;margin-top:20px;margin-left:auto;padding:.75rem 2rem;font-size:1rem;font-weight:600}.auth-module__brqaVa__submitButton:disabled{color:gray}.auth-module__brqaVa__spinnerIcon{z-index:10;font-size:3rem;animation:1s linear infinite auth-module__brqaVa__spin;position:fixed;top:calc(50% - 1.5rem);right:calc(50% - 1.5rem)}@media (max-width:420px){.auth-module__brqaVa__authFormSection{border:none;border-radius:0;justify-content:start;width:100%;height:100%;margin:0;padding:5rem 1.25rem 1.5rem}}@keyframes auth-module__brqaVa__spin{to{transform:rotate(360deg)}}
