.login-img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .login-img {
        height: 350px;
    }
}