.auth-wrapper {
    background-color: var(--gray-light);
    flex: 1;
    display: flex;
}

.pb-footer-offset {
    padding-bottom: 6rem !important;
}

@media (max-width: 768px) {
    .pb-footer-offset {
        padding-bottom: 4rem !important;
    }
}