/* !Changes logo on login screen */
#login h1 a {
	background: url(../images/logo.png) no-repeat center top;
	background-size: auto;
	width: auto;
	height: 96px;
}