.content {
	background: #f1f2f7;
	padding:30px 0;
}
.content>div>div {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 35px 60px 100px 60px;
	overflow:hidden;
}
.content>div>div h5 {
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}
.content>div>div div {
	background:url(../../img/login/email.png) left center no-repeat;
	padding:40px 40px;
}
.content>div>div a {
	padding-left:95px;
	color:#000000;
}
.content>div>div a:hover {
	text-decoration:none;
}
.content>div>div div:nth-of-type(2) {
	background:url(../../img/login/phone.png) left 60px center no-repeat;
	border-left:1px solid #e0e0e0;
}
.content>div>div div:nth-of-type(2) a {
	padding-left:135px;
}