.login .container {
	padding-top: 100px;
	background: #f1f2f7;
	padding-bottom: 86px;
}
.login {
	background: #f1f2f7;
}
/*content*/
.content {
	width: 560px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 35px 60px;
}
.content .logo {
	text-align: center;
}
.content .logo img {
	width: 170px;
	height: 75px;
}
.content .logo h4 {
	font-size: 30px;
	color: #2b7dcf;
	font-weight: bold;
	margin-bottom: 35px;
}
.content>p {
	font-size: 16px;
	color: #505050;
}
.content>p span {
	font-weight: bold;
}
.content .message #user,#psd {
	width: 440px;
	height: 50px;
	outline: none;
	padding-left: 15px;
}
input.info {
	border: 1px solid #e0e0e0;
}
.content .message .check {
	padding-top: 10px;
	margin-bottom: 20px;
	overflow:hidden;
}
.content .message p #check {
	position: relative;
	top:3px;
	width: 17px;
	height: 17px;
	background: none;
}
.content .message p label {
	display: inline-block;
	margin-left: 10px;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
.content .message p .forget {
	float: right;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	padding-top: 5px;
}
.content .message .care {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 25px;
}
.content .message p #login {
	width: 440px;
	height: 50px;
	background: #0071b3;
	font-weight: bold;
	color: #FFFFFF;
	border: 0;
	outline: none;
}
.content .message p.last {
	width: 440px;
	text-align: center;
	padding-top: 15px;
}
.content .message p.last span {
	font-size: 14px;
	color: #666666;
}

.content .message p.last a {
	font-size: 14px;
	color: #e77213;
}
/*content*/
div.none {
	font-size: 12px;
	color: red;	
}
input.error {
	border: 1px solid red;
}
.qqlogin {
	display:inline-block;
	width:25px;
	height:25px;
	background-size:25px 25px;
	position:relative;
	top:5px;
}