.login h1 a {
	background-image: url(../img/logo.png);
	background-image: none,url(../img/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #3c434a;
	height: 84px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	width: 170px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}
