.object-cover {
    object-fit: cover;
}

/* Mobile */

@media screen and (max-width: 767px) {
    .image-login {
        display: none;
    }
}
