@CHARSET "UTF-8";
.container{
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url('../images/main-bg.jpg') center center no-repeat;
}
.content-box,.bgblur{
	width:36%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-color:#00000029;
}
.content-box{
	box-sizing:border-box;
	text-align:center;
}
.bgblur{
	background-size: cover;
    background-position: right bottom;
    background-image: url(../images/bg-blur.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.login-box{
	border-radius:5px;
	display:inline-block;
	background:#fff;
	padding:20px;
	margin-top:26%;
}
.login-logo{
	padding:10px 0;
	margin-bottom:5px;
	font-size:20px;
	border-bottom:1px solid #32C2CD;
	font-family:'楷体';
}
.footer-botton{
	color: #ffffff;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-botton a{
	color: #ffffff;
}