@media (min-width: 992px){
    .auth-fluid{
        display: grid;
        grid-template-columns: 1fr 2fr;
        height: 100dvh;
    }
    .auth-fluid-right{
        display: block;
    }

    .auth-brand{
        top: 3rem;
    }
}

.auth-fluid-form-box{
    position: relative;
    padding: 3rem 2rem;
}

.auth-brand{
    margin-bottom: 2rem;
}

.auth-logo{
    display: block;
}

.auth-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
}

.auth-body > form {
    width: 100%;
}

.auth-fluid-right{
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    color: var(--white);
}

.auth-fluid-right > div{
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.login-greeter{
    margin-bottom: 3rem;
    font-size: 1.75rem;
}

#login-type-btn{
    margin-top: 2.5rem;
    display: block;
    text-align: end;
    font-size: 1.1rem;
}

footer{
    background-color: unset;
}
