/**
 * login
 */

.login-outer-con{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../imgs/login/login_before.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.login-outer-con .logo{
	margin-right: 20px;
}

.login-header-wrap{
	padding-left: 10%;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background:#021b2a;
}

.login-light-wrap{
	float: left;
	width: 360px;
	height: 360px;
	background: url(../imgs/login/loginbg_02.png) no-repeat left top;
}

.login-wrap{
	position: absolute;
	top: 50%;
	left: 70%;
	margin-top: -191px;
	margin-left: -287px;
	padding: 14px 42px 14px 42px;
	width: 574px;
	height: 382px;
	background: url(../imgs/login/loginbg_01.png) no-repeat center center;
	background-size: 100% 100%;
}

.login-in-wrap{
	padding: 9px 12px;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
}

.login-main-wrap{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.login-main-wrap .login-bar{
	padding-left: 13px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #33a7e4;
}

.login-main-wrap .login-bar label{
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #fff;
}

.login-urps-bar{
	padding: 20px 30px 0 30px;
	height: calc(100% - 38px);
}

.login-urps-wrap{
	position: relative;
	margin-bottom: 20px;
	height: 43px;
}

.login-urps-wrap .login-urps{
	padding-left: 44px;
	width: 100%;
	height: 100%;	
	border: 1px solid #ccc;
	outline: none;
	color: #999;
	font-size: 14px;
}

.login-user-wrap:after{
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/user.png) no-repeat center center;
}

.login-psd-wrap:after{
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/password.png) no-repeat center center;
}

.login-wran-wrap{
	padding-left: 44px;
	line-height: 43px;
	background-color: #ffeef8;
}

.login-wran-wrap:after{
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/warn.png) no-repeat center center;
}

.login-wran-wrap label{
	color: #a2a2a2;
	font-size: 14px;
}

.login-btn{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #33a7e4;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.login-tps-wrap{
	margin-top: -5px;
}

.login-tps-rember{
	float: left;
}

.login-tps-rember label{
	line-height: 1.0;
	font-size: 14px;
	vertical-align: 2px;
}

.login-tps-register{
	float: right;
}

.forget-password{
	color: #33a7e4;
	font-size: 14px;
	vertical-align: 2px;
	text-decoration: underline;
}



.login-backend-title-wrap{
	position: absolute;
	top: 20%;
	left: 50%;
	margin-top: -30px;
	margin-left: -300px;
	width: 600px;
	height: 80px;
	line-height: 80px;
}

.login-backend-main-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -172px;
	width: 850px;
	height: 375px;
	border-radius: 6px;	
}

.lbm-left-wrap{
	float: left;
	width: 325px;
	height: 100%;
	background: url(../imgs/login/loginbg_03.jpg) no-repeat center center;
	background-size: 100% 100%;
	border-top-left-radius: 6px;	
	border-bottom-left-radius: 6px;
	box-shadow: 0 0 20px #000;
}

.lbm-right-wrap{
	float: right;
	padding-left: 50px;
	padding-right: 50px;
	width: calc(100% - 325px);
	height: 100%;
	background-color: rgba(255,255,255,.27);
	border-top-right-radius: 6px;	
	border-bottom-right-radius: 6px;
}

.lbm-right-login-bar{
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #6c7f8a;
}

.lbm-right-login-bar label{
	font-size: 24px;
	color: #fff;
}

.lbm-normal-input-bar{
	position: relative;
	margin-top: 12px;
	margin-bottom: 26px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	height: 38px;
}

.lbm-normal-input-bar .lbm-normal-input{
	padding-left: 32px;
	width: 100%;
	height: 100%;
	border: 1px solid #f3f4f5;
	color: #fff;
	background-color: transparent;
}

.lbm-code-input input{
	width: 55% !important;
}

.lbm-normal-input-bar .lbm-normal-input:focus{
	border: 1px solid #00a4fe;
}

.check-code-bar{
	float: right;
	width: 35%;
	height: 100%;
}

.lbm-user-input:after{
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 30px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/userb.png) no-repeat center center;
}

.lbm-psd-input:after{
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 30px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/passwordb.png) no-repeat center center;
}
.lbm-code-input:after{
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	left: 30px;
	width: 23px;
	height: 23px;
	background: url(../imgs/login/code.png) no-repeat center center;
}

.lbm-normal-input-bar .login-btn{
	font-size: 18px;
	border-radius: 6px;
}
.errtip{
	text-align:center;
	color:red;
	font-size:14px;
}
@media screen and (max-width: 1400px) {
	.login-backend-main-wrap{
		top: 55%
	}
}