html,body{
	width: 100%;
	height:100%;
}
.login {
	width: 100%;
	height:100%;
	background-image: url(../../img/beijing.png);
	/*background-position-x: center;
	background-position-y: center;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.right-login .login-title {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	color: #3399CC;
}

.right-login .login-title img {
	height: 20px;
	width: auto;
}

.left-img {
	width: 500px;
	text-align: center;
}

.left-img img {
	display: inline-block;
	width: 400px;
}

#pages-form {
	padding-top: 20vh;
}

.right-login fieldset {
	width: 350px;
	margin: 0 auto;
	margin-top: 80px;
	background-color: white;
	padding: 20px;
	border-radius: 4px;
}
.navbar-fixed-bottom {
	font-size: 14px;
	color:white;
	height:40px;
	line-height: 40px;
	text-align: center;
}
