body{
    background:blue url('/images/loginbg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover;
    padding-right:37%;
    height:100%;
}

#login-wrapper{
    max-width:400px; 
    margin: 25% auto 0;
    text-align:center;
}

.form-signin-heading{
    color:#fff;
}

.form-signin{
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    padding:25px 0;
}