body{
	padding: 0;
}

.login-nav{
	height: 60px;
	line-height: 60px;
	color: #666666;
}
.login-title>div:first-of-type{
    width: 96px;
    height: 36px;
	margin-right: 20px;
}
.header{
	background: url(../../Images/Public/login.jpg) no-repeat;
    height: 556px;
    padding-top: 80px;
}
.login-box{
	width: 410px;
	/* margin: 0 auto; */
	float: right;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	color: #666666;
	background: #01B3B7;
	border-radius: 10px;
	box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.5);
}
.title{
	padding-top: 20px;
	border-radius: 10px 10px 0 0;
}
.title .form-tl{
	margin-top: 20px;
	color: #01B3B7;
	text-align: center;
	padding-bottom: 20px;
}
#pwdForm{
	min-height: 275px;
	border-radius: 0 0 10px 10px;
}
#pwdForm .ele_content{
	display: block;
	width: 70%;
	margin: 0 auto 20px !important;
	border: 1px solid #d2d2d2;
	padding: 0 0 0 5px;
}
#pwdForm .ele_content input{
	border: none;
	height: 100%;
	padding: 12px;
	background: #fff !important;
	border-radius: 2px;
	display: inline-block;
}
#pwdForm .ele_content i{
	color: #d2d2d2;
}
#pwdForm .text_yzm_input{
	width: 50%;
	float: left;
	border: 1px solid #d2d2d2 !important;
}
#pwdForm .text_yzm{
	width: 40%;
	float: right;
	min-height: 45px;
	display: inline-block;
}
#pwdForm .text_yzm::after{
	content: '看不清，换一张';
	font-size: 12px;
	color: #FFA847;
	display: block;
}
.login_btn{
	width: 70%;
	min-height: 45px;
	background: #00B2B6;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.active_tl{
	color: #00B2B6;
	border-bottom: 2px solid #00B2B6;
}
.login-list{
	padding: 30px;
}
.input-box{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	cursor: pointer;
}
.input-box .iconfont{
	font-size: 18px;
	margin: 0 10px;
    position: relative;
    top: 2px;
}
.input-box input{
	display: block;
	width: 95%;
	height: 40px;
	margin-top: 2.5px;
	font-size: 14px;
	color: #666666;
	border: none;
}
.input-box:hover{
	border-color: #00B2B6;
}
.btn-box a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.btn-box .yzmLogin{
	cursor: pointer;
}
.btn-box .pwdLogin{
	cursor: pointer;
}
.info-box{
	font-size: 14px;
	color: #999999;
}
.info-box>div:first-of-type a{
	color: #00B2B6;
}
.info-box>div:last-of-type a{
	color: #999999;
}
.yzm-box{
	width: 106px;
	text-align: center;
	color: #fff;
	background: #00B2B6;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #00B2B6;
	position: relative;
	right: -1px;
	cursor: pointer;
}
