
html{

}

body{
    height: 100%;
	margin:0;
	font-family: "Microsoft YaHei";
	/*background-image: url('/image/login/bodyBg-4d7b731686345e89cd63518fa0e31ba1.jpg');*/
	/*background-size:cover;*/
	/*background-position:top center;*/
	background:#f1f1f1;
}

/*清除浮动*/
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
.fl { float: left; }
.fr { float: right; }


body, #mainWrapper, .form-control{
	font-size:12px!important;
}

#mainWrapper {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:1px;
}

#authHeaderWrapper{
	clear:both;
	width: 100%;
	height:3%;
	padding-top:5px;
	padding-bottom:5px;
}

.login-container {
	margin: auto;
	margin-top:100px;
	background:#fff;
	width:400px;
	padding-bottom: 40px;
	border: none;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 5px rgba(170, 170, 170, 0.349019607843137);
	-webkit-box-shadow: 0px 0px 5px rgba(170, 170, 170, 0.349019607843137);
	box-shadow: 0px 0px 5px rgba(170, 170, 170, 0.349019607843137);
}
.login-card form{
	margin-bottom:0;
}

.login-card .login-next {
	padding-top:20px;
}

.register-tips {
	text-align:center;
	line-height:40px;
	color:#666;
	font-size:13px;
	    position: absolute;
    left: 0;
    right: 0;
}
.register-tips a{
	color:#2f81c7;
}
.logo{
	width: 80%;
	margin: auto;
	text-align: center;
	padding: 30px 30px 0 30px;
}
.logo img{
	width:80%;
}

.login-link{
	border-bottom:1px solid #efefef;
	height: 50px;
	padding: 0 30px;
}
.login-link a{
	display: block;
	font-size: 16px;
	color: #3488FD;
	text-decoration: none;
	padding-bottom: 2px;
	margin-top: 15px;
}
.login-link a.on{
	color:#000;
	border-bottom: 2px solid #3488FD;
}

.login-card {
	width:340px;
	margin: auto;
}

.login-card .form-group {
	border: 1px solid #e5e5e5;
	margin: 25px 0;

}

.login-card .form-group .control-label {
	display:inline-block;
	font-weight:500;
	text-align:center;
	border-right:1px solid #999;
	width:3rem;
	float:left;
	margin-bottom:0;
	line-height:28px;
	font-size:18px;
	color:#656464;
	margin-top:6px;
}

.login-card .form-group .control-label span img{
	margin-top:3px;
}

.login-card .form-group .control-content {
	width: calc(100% - 3rem - 1px);
	float:left;
}

.login-card .form-group .form-control {
	border: none;
	box-shadow: none;
	height: 40px;
}
.login-card .form-control {
	overflow: visible;
	display: block;
	outline: none;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-card .passwordTab{
	padding: 0px 0 20px 0;
}
.login-card .passwordTab span{
	font-size:14px;
	color:#3488FD;
	cursor: pointer;
}
.form-actions input{
	width: 100%;
	height: 41px;
	background: inherit;
	background-color:#3488FD;
	border: none;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.form-actions{
	padding-bottom:20px;
}

#tmppassword{
	display: none;
}

.alert{
	color:red;
}

.login-card .vcode-btn{
	border: none;
	float: right;
	background: #3488FD;
	/* margin: -5px; */
	height: 40px;
	/* margin-right: -4px; */
	color: #fff;
	/* border-left: 1px solid #333; */
	font-size: 0.8rem;
	padding: 0 0.8rem;
	line-height: 40px;
	text-decoration: none;
}

.code-box{
	display:none;
}

.login-next ul{
	padding:0;
}
.login-next ul li.on{
	background:#3d9efe;
	color:#fff;
}

.login-next ul li{
	float:left;
	list-style:none;
	background:#dfeeff;
	color:#333;
	margin-left:20px;
	font-size:14px;
	padding:10px 15px;
}
.login-next ul li:first-child{
	margin-left:0;
}

.mobile-box{
	display:none;
}

.disabled-link{
	background: #b5b5b5 !important;
}
.validateImg {
	height: 30px;
	width: 70px;
	margin-top: 5px;
	margin-right: 5px;
}
#authcodeForm{
	display: none;
 }

/*忘记密码*/
.forget-password p{
	text-align: center;
}
.forget-password .forget-1{
	font-size: 24px;
	margin-bottom:30px;
}

.forget-password .forget-2{
	font-size: 16px;
	color: #999;
	padding-bottom:25px;
}
.forget-password .fa {
	font-size: 75px;
	margin-top:35px;
	text-align: center;
	display: block;
	color: #84d462;

}

.eyes{
	position: relative;
}
.eyes .remember {
	display: block;
	font-size: 13px;
	height: 25px;
	position: absolute;
	right: 0;
	top:10px;
}


