/*===============================  登录界面样式 ==========================*/
.login-wrapper{
	width: 100%;
	background: #fff;
}
.login-head{
	padding-top: 45px;
	padding-bottom: 30px;
}
.login-content{
	width: 100%;
	height: 680px;
	background: url(../../../resource/style/new-style/images/login-bg.jpg) no-repeat;
}
.login-ctwrap{
	padding-top: 52px;
}
.login-form{
	width: 338px;
	min-height: 375px;
	background: #ffffff;
	box-shadow: 0px 5px 16px 1px 
		rgba(140, 140, 140, 0.35);
	border-radius: 4px;
	margin: 0 auto;
}
.login-formct{
	padding-left: 29px;
	padding-right: 29px;
}
.login-formname{
	padding-top: 23px;
	display: inline-block;
	font-size: 24px;
	color: #282828;
	padding-bottom: 35px;
}
.login-btn{
	height: 40px;
	background: #42a5f5;
	border-radius: 2px;
	border: 0px;
	margin-top: 20px;
}
.form-horizontal .form-group{
	margin-left: 0px;
	margin-right: 0px;
}
.form-control{
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: solid 1px #a7d2fb;
	margin-bottom: 11px;
}
.forgect-password{
	font-size: 14px;
	color: #282828;
}
.register{
	width: 68px;
	margin: 0 auto;
	text-align: center;
}
.register a{
	font-size: 14px;
	color: #282828;
}
/**立即注册页面样式**/
.register-title{
	padding-bottom: 15px;
}
.register-wrapper{
	min-height: 504px;
}
.register-form .form-group span{
	font-size: 14px;
	padding-bottom: 3px;
	/*display: inline-block;*/
}
.public-truets{
	position: absolute;
    right: 10px;
    top: 30px;
}
.register-btn{
	margin-top: 5px;
}
.login-formct .form-group .form-control-feedback{
	top: 26px;
	right: 0px;
}

.register-form .form-group .form-control-feedback{
	top: 5px;
	right: 0px;
}
.register-succeswrap{
	border-top: 2px solid #B0B0B0;
}
.reg-successct{
	width: 400px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	font-size: 24px;
}
.back-index{
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid #000;
}
/**重置密码页面**/
.reset-head{
	height: 67px;
	background: #0069d0;
	line-height: 67px;
}
.login-headwrap{
	height: 67px;
}
.reset-head img{
	vertical-align: top;
	padding-top: 12px;
}
.reset-title{
	font-size: 24px;
	color: #fff;
	padding-left: 10px;
}
.reset-step{
	height: 82px;
	background: #ededed;
}
.reset-wrap{
	padding-top: 100px;
	width: 360px;
	margin: 0 auto;
}
.reset-formname{
	font-size: 16px;
	color: #010000;
	padding-bottom: 10px;
	display: block;
}
.outer {
    position: relative;
    width: 360px !important;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ccc;
    background: #ccc9c9;
}
.outer span {
    display: block;
    padding: 0 0 0 36px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.filter-box {
    width: 0;
    height: 100%;
    background: green;
    z-index: 9;
}
.inner {
    width: 70px;
    height: 33px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: "宋体";
    z-index: 10;
    font-weight: bold;
    color: #929292;
}
.reset-steplist ul{
	width: 840px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}
.reset-steplist ul li span{
	color: #9d9d9d;
	font-size: 16px;
	display: block;
}
.reset-steplist ul li{
	width: 245px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.reset-steplist ul li a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 245px;
    background: #b9b9b9;
    top: 15px;
    left: 138px;
}
.reset-steplist ul li:last-child a:after{
	content:none;
}
.sure-btn{
	background: #42a5f5;
	height: 40px;
	border: 0px;
}
.send-mailbox{
	background: #42a5f5;
	height: 40px;
	border: 0px;
	color: #fff;
	border-radius: 2px;
	margin-top: 31px;
	margin-left: 10px;
}
.email-successct{
	width: 450px;
	margin: 0 auto;
}
