#content{
	width:100%;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:25px;
}

.login_title{
	margin-top:35px;
	margin-bottom:35px;
	color:#363636;
	font-size:17px;
	line-height:20px;
}

.login_btn{
	width:100%;
	margin-bottom:10px;
	display:block;
}

.login_btn img{
	width:100%;
}

.login_line{
	width:100%;
	text-align:center;
	height:20px;
	line-height:20px;
	background:url('/res/m/img/member/login_t_bg.png') repeat-x;
	margin-top:20px;
	margin-bottom:20px;
}

.login_line span{
	display:inline-block;
	margin:0 auto;
	background:white;
	color:#808080;
	font-size:17px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

.btn_submit{
	height:41px;
	border-radius:5px;
	line-height:41px;
	margin-bottom:15px;
}

.input_outline{
	width:100%;
	border:none;
	height:29px;
	background:white;
	border-bottom:1px solid #c7c7c7;
	outline:none;
	padding-left:30px;
}

.input_outline.email{
	background:url('/res/m/img/member/email_bg.png') no-repeat;
	background-position:left center;
	background-size:28px auto;
}

.input_outline.password{
	background:url('/res/m/img/member/pw_bg.png') no-repeat;
	background-position:left center;
	background-size:28px auto;
	margin-top:10px;
}

input, input[type=text]{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	height:28px;
	background:white;
	padding:0;
	text-align:left;
	width:100%;
	outline:none;
}

input, input[type=text]:hover{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	height:28px;
	padding:0;
	border:none;
	text-align:left;
}

input{
	font-size:14px;
	color:#b3b3b3;
	line-height:28px;
	background:white;
}

.login_desc{
	color:#808080;
	font-size:12px;
}

.login_desc a{
	color:#37bbb5;
}

input.valid{
	background:url('/res/m/img/common/icon_check.png') no-repeat !important;
	background-size:20px auto !important;
	background-position:right center !important;
}