body {
	padding: 0;
	margin: 0;
	color: #000;
	font-family: "Helvetica Neue", Arial, "Microsoft YaHei";
	background: url(/assets/css/img/login_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	width: 100%;
	height: 100%;
	zoom: 1;
}

.tc {
	text-align: center
}

.hide {
	display: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

.container {
	margin: 0 auto;
	height: 800px;
}

.header {
	height: 120px;
	color: #FFF;
	padding: 15px 25px;
	font-weight: bold;
	font-family: Helvetica, "microsoft yahei";
	font-size: 2.9em;
	text-shadow: 1px 1px 3px #333
}

.login_c {
	position: absolute;
	width: 50%;
	right: 0;
	left: 50%;
	top: 0;
	bottom: 0;
	height: 100%;
}

.banner,
.banner_c {
	position: absolute;
	width: 100%;
	top: 50%;
	height: 320px;
	margin-top: -190px;
}

.banner {
	margin-top: -300px;
}

.banner .bn {
	position: absolute;
}

.banner img {
	margin-left:25%;
	margin-top: -5px;
}

.banner_c {
	position: absolute;
	width: 100%;
	top: 50%;
	height: 320px;
	margin-top: -190px;
	padding: 30px 0px;
	background: #000;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.login,
.login_mask {
	position: absolute;
	width: 320px;
	right: 25%;
	top: 50%;
	height: 362px;
	margin-top: -232px;
	padding: 0px 20px;
}

.login .lg_area {
	padding-top: 30px;
}

.login .login-title {
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	text-align: center;
}

.login_mask {
	background: #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.set_hgt {
	min-height: 230px;
}

.login input.text {
	border: 1px solid #FFF;
	height: 36px;
	color: #333;
	line-height: 36px;
	width: 280px;
	padding: 0 10px;
	box-shadow: #666 1px 1px 3px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.login input.text:focus {
	border: 1px solid #FFF;
	outline: none;
}

.login p {
	padding: 3px 0;
	color: #fff;
	display: block;
}

.login p a,
.login p a:visited {
	color: #FFF;
	text-decoration: none;
	transition: .3s;
}

.login p a:hover {
	color: #FFF;
	text-decoration: underline;
}

.login p a.fgt {
	float: right;
}

.login p .sbt {
	height: 38px;
	width: 100%;
	font-size: 18px;
	background: rgba(255, 153, 27, 0.9);
	border: none;
	outline: none;
	color: #FFF;
	box-shadow: #666 1px 1px 3px;
	cursor: pointer;
	transition: .3s;
}

.login p .sbt:hover {
	background: rgba(255, 153, 27, 1);
}

.login p .sbt:active {
	background: rgba(255, 153, 27, 1);
}

body,
p,
input {
	font-family: "Helvetica Neue", Arial, "Microsoft YaHei"
}

.form-signin {
	min-height: 100px;
	padding: 20px;
	overflow: auto;
}

.form-signin .form-control {
	float: left;
	width: 300px;
	padding: 9px;
	border: 1px solid #ddd;
	height: 37px;
	overflow: auto;
	border-radius: 0;
	transition: 0.3s;
	box-shadow: 0 0 10px #FFF;
	font-size: 14px;
}

.form-signin .form-control:focus {
	border: 1px solid #1a9af6;
}

.form-signin p.erro {
	float: left;
	color: #FF0000;
	padding-left: 125px;
	margin-top: -5px;
}

.form-signin dl {
	float: left;
	width: 100%;
	padding-left: 30px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.form-signin dt {
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 25px;
	line-height: 40px;
}

.form-signin dt label {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.form-signin dd {
	position: relative;
	float: left;
}

.form-signin dd .btn-default {
	float: left;
	font-size: 13px;
	padding: 9px 15px;
	background-color: #108ee9;
	margin-left: -1px;
	border-color: #108ee9; 
	color: #FFF;
	border-radius: 0;
	transition: .3s;
}

.form-signin dd .btn-default:hover,
.form-signin dd .btn-default:active {
	background-color: #1a9af6;
	border-color: #1a9af6;
	color: #fff
}

.form-signin dd .btn-primary {
	width: 300px;
	margin-top: 0px;
	background: #108ee9;
	color: #fff;
	border: 0px solid #108ee9;
	transition: .3s;
	border-radius: 0;
	font-size: 14px;
}

.form-signin dd .btn-primary:hover {
	background: #1a9af6;
	border: 0px solid #1a9af6;
}

.form-signin dd .select_box {
	margin-bottom: 10px;
}

.form-signin dd .select {
	padding-left: 5px;
	+height: 38px;
	+width: 85px;
	min-width: 85px;
	border: 1px solid #DDD;
	border-radius: 0px;
	font-size: 13px;
	color: #333;
	height: 35px;
}

.form-signin .form_regit_h3 {
	margin-left: 40px;
	height: 56px;
	line-height: 56px;
	color: #42a723;
	font-size: 18px;
	font-weight: 700;
}

.form-signin .form_regit_h3 i {
	float: left;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin-right: 10px;
	background: url(img/sprite.png) no-repeat -60px -320px;
}

.form-signin .erweima {
	margin: 30px 0 0 80px;
	width: 278px;
	height: 278px;
	line-height: 278px;
	text-align: center;
	background: url(img/erweima.png) no-repeat 0 0;
	overflow: hidden;
}

.form-signin .erweima img {
	display: inline-block;
	margin: 3px auto 0;
}

.form-signin .form_regit_p {
	margin: 0 0 0 80px;
	width: 278px;
	text-align: center;
	color: #333;
}

.select_system a,
.select_system a:visited {
	color: #333;
}

.green {
	color: #108ee9;
}

.modal-header,
.modal-footer {
	background: #F9F9F9;
}

.modal-body {
	padding-bottom: 30px;
	padding-top: 40px;
}

.copyright {
	border: 0px;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	width: 96%;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 10px;
}

.copyright a,
.copyright a:visited {
	color: #FFF;
}