.login-screen {
	background: #FFF url(../img/blue.jpg) center center no-repeat;
    -webkit-animation-name: login-screen-animation;
            animation-name: login-screen-animation;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    opacity: 1 !important;
    background-size: cover;
}