.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 .message input[type="text"] {
	width: 440px;
	height: 50px;
	outline: none;
	padding-left: 15px;
	background: none;
	border:1px solid #e0e0e0;
}
.content .message input[type="password"] {
	width: 440px;
	height: 50px;
	outline: none;
	padding-left: 15px;
	background: none;
	border:1px solid #e0e0e0;
}
.content label {
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}
.content .message #send {
	width:100%;
	margin-top:20px;
	background:#2b7dcf;
	color:#ffffff;
	border:0;
	outline:none;
	height:50px;
}
.content .message #resetpassword {
	width:100%;
	margin-top:20px;
	background:#2b7dcf;
	color:#ffffff;
	border:0;
	outline:none;
	height:50px;
}
#getSMSCode {
	cursor:pointer;
 	height:30px;
 	width:130px;
 	padding:0;
 	margin-bottom:5px;
 	background:#0071b3;
 	color:#ffffff;
 	border:0;
}
.success {
	text-align:center;
	font-size:22px;
	padding:10px 0;
	background:url(../../img/personalcenter/success.jpg) left 70px center no-repeat;
}