@charset "UTF-8";
#infoBlock {
	width: 630px;
	box-sizing: border-box;
	margin: 0 auto;
}

#infoBlock {
	background: #6c739e;
	border-radius: 10px;
	padding: 20px;
	margin-top: 160px;
	margin-bottom: 50px;
}

#infoBlock p{
	color: #fff;
	text-align: center;
}

#infoBlock a{
	background: #003459;
	margin: 30px auto 0;
}


#infoBlock h1{
	width: 372px;
	height: 76px;
	background: url(../img/login/logo.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	text-indent: -10000px;
	margin: 0 auto 20px;
}