.login-container {
    margin-top: 20%;
}

.light-login{
    background:url(images/office.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: 100% 100%;
    -o-background-size: cover;
    background-size: cover;
}