
.login-pf body, body {
	background-image: url('../images/login-bg.jpg');
	background-color: #3a5160; /* deep */
	background-repeat: no-repeat;
    	background-position: center;
    	background-attachment: fixed;
    	background-size: cover;
}