.login {
	background: #ffffff;
}
.login h1 a{
	background-image:url(../images/logo.png); 
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
	width:326px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:15px;
	display:block
}
.login #login_error, 
.login .message, 
.login .success {
	background-color: #f3f3f3;
}
/*# sourceMappingURL=login.css.map */