.auth-form-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.auth-form-wrapper form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

.auth-form-wrapper form .logo {
    height: 100px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}

.auth-form-wrapper form header {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

