.body_login{    
    background-image: url("../image/Background.png");
    background-repeat: no-repeat !important;
    background-size: cover;  
}

body,html {
    height: 100%;
}

.login-btn{    
    width: 200px;
    border-radius: 0px;
}

.card-login-footer{
    background-color: black !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.login-footer-logo > img {
    width: 170px;
}


/* register */
.reg-title,
.login-title{
    margin-bottom: 20px;
}