/* This file is a placeholder for any custom css the client might need to implement 
   An example of the logo override follows ...
   --------------------------------------------------------------------------------
   
.login_banner_logo {
	background: url("#{resource['site:images/custom-logo.png']}") no-repeat
		left top;
	background-size: 190px 98px;
}

.banner_logo {
	background: url("#{resource['site:images/custom-logo.png']}") no-repeat
		left top;
	background-size: 190px 98px;
}

 - or - 
 
 .banner_logo, .login_banner_logo {
	background: url("#{resource['site:images/custom-logo.png']}") no-repeat left top;
	background-size: 191px 91px;
	float: left;
	width: 200px;
	height: 100px;
	margin-left: 50px;
	margin-top: 7px;
}

 -------------------------------------------------------------------------------- */

div.login-container-image-wrapper img {
	content: url('/files/site/sledd-trucks-login.jpg');
}