/* Login Footer */
.login-footer {
    display: flex;
    flex-direction: row;
    height: 20vh;
    background-color: #e9ecef;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .login-footer {
        height: 15vh;
    }
}
