html,
body {
	height: 100%;
	background: #434552;
}

.navtitle {
	padding: 20px 100px;
	font-size: 40px;
	color: #A6A600;
}

.login-box {
	width: 100%;
	height: 340px;
	top: 50%;
	margin-top: -170px;
	position: absolute;
}

.form {
	padding-top: 25px;
}

.login-content {
	width: 360px;
	height: 230px;
	margin: 0px auto 0px;
	background: rgb(255, 250, 255);    /*不支持rgba的浏览器*/
	background: rgba(255, 250, 255, .8);  /*支持rgba的浏览器*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFAFF,endColorstr=#4CFFFAFF);    /*IE8支持*/
}

.login-title {
	width: 360px;
	padding: 10px 10px;
	margin: 0px auto 0px;
	background: rgb(0, 0, 0);    /*不支持rgba的浏览器*/
	background: rgba(0, 0, 0, .8);  /*支持rgba的浏览器*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); /*IE8支持*/
}

.input-group {
	margin: 0px 0px 30px 0px !important;
}

.form-control,
.input-group {
	height: 40px;
}

.form-group {
	margin-bottom: 0px !important;
}

.login-title h1 {
	margin-top: 10px !important;
}

.login-title small {
	color: #fff;
}

.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}