body {
	font-family: 'Arial';
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #222;
	/*background: #973f45 url(../images/login-bg.jpg);*/
	background-size: 100% 100%;
}
.hide {
	display: none;
}
#heightbig {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	height: 100%;
}
img {
	border: 0;
}
#logo {
	margin: 9% auto 0 auto;
	text-align: center;
	width: 158px;
	height: 157px;
	background: url(../images/login-logo.png);
}
#info {
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-family: "Microsoft 宋体" Verdana, Lucida, Helvetica, Arial, sans-serif;
	padding: 5px 0 39px 0;
	margin: 0px;
}
#loginform {
	height: auto;
}
#login {
	/*    border-radius: 4px 4px 4px 4px;*/
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	width: 390px;
	height: 100%;
	position: relative;
}
#login form {
	margin: 0;
	padding: 0;
}
#login p {
	margin: 10px 0;
}
.control-group {
	margin-bottom: 10px;
}
.control-group .icon-user {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/icon-user.png) no-repeat;
	position: absolute;
	right: 30px;
	margin: 15px 0 0 0;
}
.control-group .icon-lock {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/icon-lock.png) no-repeat;
	position: absolute;
	right: 30px;
	margin: 15px 0 0 0;
}
.control-group .icon-mail {
	background-position: -58px 0;
}
.control-group input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 380px;
	background: url(../images/input-bg.png) repeat-x;
	border: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	color: #624b62;
	display: inline-block;
	font-size: 14px;
	height: 49px;
	line-height: 20px;
	margin-left: 0;
	margin-bottom: 17px;
	vertical-align: middle;
	padding: 0 0 0 10px;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color:    #624b62;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #624b62;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #624b62;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #624b62;
}
.control-group input:focus {
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
	z-index: 2
}
 .control-group input:-moz-placeholder {
 color: #c1c1c1;
}
.remember-me {
	margin-bottom: 25px;
	margin-top: 0;
	display: block;
}
.remember-me input {
	vertical-align: middle;
	cursor: pointer;
}
.remember-me label {
	vertical-align: middle;
	font-size: 13px;
	cursor: pointer;
}
.remember-me a {
	color: #333;
	float: right;
	padding-top: 1px;
	text-decoration: none;
}
.remember-me a:hover {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}
.login-btn input {
	width: 390px;
	height: 53px;
	border: none;
	margin: 0 auto;
	background: #111f2c;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	font-size: 18px;
	font-family: "Microsoft 宋体" Verdana, Lucida, Helvetica, Arial, sans-serif;
	color: #ffefec;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.login-btn input:hover {
	background: #6b7d8e;
}
.forget-btn {
	padding-top: 10px;
}
#login-copyright {
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
	width: 600px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#login-copyright a {
	color: #fff;
	text-decoration: underline
}

#login-copyright a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
