body.login {
    background: url('../img/login-bg2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-logo{
    width: 250px;
    margin: 40px 0 0 40px ;
}