@media (max-width: 767.98px) {
    .responsive-login-height {
        height: calc((100vh - 91px) / 2) !important;
    }
}

@media (min-width: 768px) {
    .responsive-login-height {
        height: calc(100vh - 100.5px) !important;
    }
}