body.login-page {
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    height: 100%;
}
/* .login-box {
    position: absolute;
    top: 150px;
} */
.login-card-body{
    padding: 12.5px !important;
}
@media only screen and (max-width: 1024px) {
    body.login-page {
        background-image: url(../img/banner.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        
        height: 100%;

    }
    @media (max-width: 768px){
        .login-container {
            width: 90%;
            margin-top: 20px;
        }
    }

    .login-container {
        margin-top: 0%;
    }
}