body {
	background-image: url(../img/beijing1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.form-landing {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	font-size: .925em;
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 0.4rem 1rem;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	border-radius: 0.2rem;
}

.loginbox {
	margin-top: 3rem;
}

.logo_name {
	color: #FFFFFF;
	text-align: center;
}

.login {
	color: #212121;
	text-align: center;
	letter-spacing: 8px;
}

.submitbtn {
	width: 100%;
	letter-spacing: 8px;
	font-size: 2.2rem;
	background-color: #03A9F4;
	color: #fff;
	opacity: 1;
	z-index: 1000;
}

.btn-default:hover {
	border-color: none!important;
}
@media (max-width: 768px) {
	.form-landing{
		filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
}
