*{box-sizing: border-box}
html{
	background-color:#2F2F2F;

}

body{
	height: 100%;
	position: relative;
	background: url('/image/login/bodyBg-c0f4db6262344f6c125eee9adb95c69f.jpg') center no-repeat;
	
}

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

#mainWrapper {
	height: 100vh; 
	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 {
    width: 968px;
	height: 556px;
	background: url(/image/login/login-c7aa0e564cccc05f4e18d9a6fecef5d2.png) center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 530px;
}
.login-slider {
	width: 530px;
	height: 555px;
	position: absolute;
	left: 0;
	top: 0;
}
.login-slider .hd {
	text-align: center;
}

.login-slider .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.login-slider .hd ul li {
	display: inline-block;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #6ea2f8;
	cursor: pointer;
}

.login-slider .hd ul li.on {
	background: #fff;
}

.login-slider .bd {
	position: relative;
	width: 500px;
	height: 480px;
	z-index: 0;
	overflow: hidden;
	margin: 20px auto;
}
.login-slider .bd ul {
	padding: 0;
	position: relative;
}
.login-slider .bd li {
	width: 500px;
	height: 480px;
	zoom: 1;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .8s;
}
.login-slider .bd li.active{
	opacity: 1;
}
.login-slider .bd img {
	display: block;
	width: 100%;
	height: 100%;
}

.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: 100%;
	margin-top:50px;
}
.logo img{
	display: block;
	margin: 0 auto;
}
.logo h1{
	z-index: 43;
	display: block;
	overflow-wrap: break-word;
	color: rgba(49, 52, 69, 1);
	font-size: 20px;
	font-family: FZYOUHS_513B--GB1-0;
	line-height: 32px;
	text-align: center;
	align-self: center;
	margin-top: 31px;
	font-weight: bold;
}
.login-card {
	margin: 0 60px;
}

.alert{

	padding:5px 10px;
	margin:10px 0;
}

.form-control{
	z-index: 45;
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(227, 228, 235, 1);
	background-color: rgba(255, 255, 255, 1);
	align-self: flex-start;
	justify-content: center;
	align-items: flex-start;
	padding-left: 12px;
	margin-top: 20px ;
	box-shadow: none;
}
.btn-primary{
	z-index: 44;
	height: 40px;
	border-radius: 4px;
	background-color: rgba(35, 104, 242, 1);
	align-self: flex-start;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active{
	background-color: rgba(35, 104, 242, 1);
}
.input-group {
	margin: 0;
	padding: 0;
	width: 100%;
}
.input-group label{
	padding: 0px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 92px;
	z-index: 99;
}

.registration {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}