.content-wrapper{
    background-color: #ffcccc;
    background: url(../../img/background_login.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.panel-body, .login-box-body{

    /*background-color: #ffcccc;*/
}

