.login-bg {
    background-image: url('../images/login-bg-4.png');
    height: 100vh;
    /* width: 100vh; */
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}