.login-label{
	
	background: #fff;
	border-radius: 10px;
}
.label-main.row{
	padding: 0px 70px 20px 70px;
	    margin: 0px;
}
.login-top-img{
    height: 42px;
    background: url(../image/login-top-img.png) no-repeat center bottom;
    background-size: 180px;
    position: relative;
    top: 26px;
}

.form-horizontal .form-group {
    margin-top: 20px;
}
.login-label .logo-img{
	margin: 0px 20px;
	height: 60px;
    background: url(../image/logo.png) no-repeat left bottom;
    background-size: 120px;
}
.validatecode-main{
	display: flex; 
}
.validatecode-main .codeimg,.validatecode-main .codeimg img{
	height: 48px;
}
.verticalcenter,.validatecode-main{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.verticalcenter .wjmm{
	padding-top: 7px;
	color: #0095ff;
}
.login-form.form-horizontal .form-group>div{
	padding: 0px;
}
.login-form.form-horizontal .form-group>label{
	color: #999;
}
.login-form.form-horizontal .form-group .form-control{
	height: 48px;
	border: 1px solid #dad8d8;
}
.btn.btn-success{
	background: #0095ff;
	border-color: #0095ff;
}
.btn.btn-success:hover {
	background: #0364a9;
}
.layui-layer.layui-layer-page{
	background-color: #ffffff0; /* background color for IE */
	filter: alpha(opacity=100); /* opacity filter for IE */
	background-color: rgba(0, 0, 0, 0); /* for other browsers */
}
.layui-layer{
	box-shadow: 0px 0px 0px rgba(0,0,0,.3) !important;
}



.carousel-inner{
	background-image: url("../image/lbtbg.png");
	    background-repeat: no-repeat;
    background-size: cover;
}