#auth{background-color:#f5f5f5;display:flex}@media (min-width:720px){#auth{background-color:#f5f5f5}}#auth .login-form{background-color:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;flex-direction:column;justify-content:center;gap:2rem;width:90vw;height:max-content;margin-top:5vh;margin-left:auto;margin-right:auto;padding:3rem 2.5rem;display:flex;box-shadow:1px 3px 5px #00000040}@media (min-width:720px){#auth .login-form{width:50vw;max-width:30rem}}#auth .login-form h2{justify-content:center;align-self:center;font-size:1.2rem;font-weight:600;display:flex}#auth .login-form form{flex-direction:column;justify-content:center;gap:2rem;display:flex}#auth .login-form form .form-input{flex-direction:column;justify-content:center;gap:1px;display:flex}#auth .login-form form .form-input label{font-size:1.0625rem}#auth .login-form form .form-input input{border:none;border-bottom:1px solid #e5e4e2;margin:.25rem 0;padding:.75rem 0 .65rem;font-size:1.25rem}#auth .login-form form>button{color:#002fa7;background-color:#0000;border:1px solid #002fa7;border-radius:25px;align-self:center;padding:.5rem;font-size:1.2rem;font-weight:600;transition:all .3s}#auth .login-form form>button:hover{cursor:pointer;color:#fff;background-color:#002fa7}#auth .login-form form>button:disabled{opacity:.25;cursor:default;pointer-events:none}#auth .login-form form>button{width:100%;max-width:10rem}.full-centered{text-align:center;justify-items:center;gap:.8rem;max-width:65vw;display:flex}
