@charset "UTF-8";
* {
	box-sizing: border-box;
	transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
}
body, ul, li, h1, h2, h3, h4, h5, h6, p, table, input, select {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
ul, li {
	list-style-type: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
input, button, select, textarea {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8rem;
	font-weight: normal;
	color: #333;
	height: 100%;
	font-family: "Lucida Console", "Lucida Sans Typewriter", Arial, "Myriad Pro", "Microsoft YaHei", sans-serif;
	background-image: url(/images/back_img.png);
	background-repeat: repeat;
	background-color: #333;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
}
.wrapper {
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
.loginContent {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	text-align: center;
}
.loginContent span {
	line-height: 50px;
	display: block;
	font-size: 4em;
	color: #555;
	font-weight: bold;
}
.loginContent p {
	text-align: center;
	font-size: 1.5rem;
	color: #555;
	line-height: 50px;
	margin-bottom: 20px;
}
.loginBox {
	width: 100%;
	padding: 20px 0px 10px 0px;
	background-color: #555;
	box-shadow: rgba(0,0,0,0.40) 0px 2px 8px;
	border-radius: 4px;
	border: 1px solid #666;
}
.baseLogin {
	width: 360px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	line-height: 1rem;
	color: #999;
	margin-bottom: 10px;
	text-indent: 10px;
	background-color: #666;
	border: 1px solid #444;
	font-family: Helvetica, Arial, "Myriad Pro", "Microsoft YaHei";
	border-radius: 3px;
}
.baseLogin:focus {
	background-color: #777;
	border: 1px solid #333;
	color: #fff;
}
.error {
	border: 1px solid #03A9F4;
}
.loginButton {
	display: block;
	margin: 0  auto;
	height: 38px;
	width: 300px;
	text-align: center;
	background-color: #03A9F4;
	border: 1px solid #0288D1;
	cursor: pointer;
	margin-top: 10px;
	font-size: 1rem;
	color: #e2e2e2;
	border-radius: 3px;
}
.loginButton:hover {
	background-color: #0288D1;
	color: #fff;
 }
 .cutline {
	 width: 100%;
	 border: 1px dashed #444;
	 margin: 0 auto;
}
.errorBox,.errorMsg {
	height: 30px;
	text-align: center;
	width: 100%;
	line-height: 30px;
	color: #03A9F4;
}
.footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #444;
	border-top: 1px solid #313131;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.footer a:link, .footer a:visited {
	color: #666;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #999;
	text-decoration: none;
}
