html { 
    background: url(background-login.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-page-1{
    background: none !important;
}

.login-box{
    background-color: #cccccc;
}