p{
	color: #777;
}
html,body {
	height: 100%;
}
.box {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699FF', endColorstr='#6699FF'); /*  IE */
	background-image:linear-gradient(bottom, #6699FF 0%, #6699FF 100%);
	background-image:-o-linear-gradient(bottom, #6699FF 0%, #6699FF 100%);
	background-image:-moz-linear-gradient(bottom, #6699FF 0%, #6699FF 100%);
	background-image:-webkit-linear-gradient(bottom, #6699FF 0%, #6699FF 100%);
	background-image:-ms-linear-gradient(bottom, #6699FF 0%, #6699FF 100%);
	
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}
.login-box {
	width: 100%;
	max-width:400px;
	/*height: 400px;*/
	position: relative;
	top: 50%;
	margin-top: -300px;
	/*璁剧疆璐熷�硷紝鍦ㄥ線鍙戞柟鍚戝啀绉诲姩璁剧疆鐨勬暟鍊肩殑鍍忕礌*/
	
}
@media screen and (min-width:500px){
	.login-box {
		left: 50%;
		/*璁剧疆璐熷�硷紝涓鸿瀹氫綅瀛愮洅瀛愮殑涓�鍗婂搴�*/
		margin-left: -200px;
	}
}	

.form {
	width: 100%;
	max-width:400px;
	margin: 25px auto 0px auto;
	padding-top: 25px;
}	
.login-content {
	width: 100%;
	max-width:400px;
	background-color: #F8F8FF;
	float: left;
}		
	
	
.input-group {
	margin: 0px 20px 10px 20px !important;
}
.form-control,
.input-group {
	height: 40px;
}

.form-group {
	margin-bottom: 0px !important;
}
.login-title {
	padding: 5px 5px;
	background-color: #003d96;
}
.login-title h1 {
	margin-top: 10px !important;
}
.login-title small {
	color: #fff;
}

.link p {
	line-height: 20px;
	margin-top: 30px;
}
.btn-sm {
	padding: 8px 24px !important;
	font-size: 16px !important;
}