body {
	color: #666;
	font-size: 12px;
}

div, input, span, a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.logo .container {
	margin-top: 10px;
}

.logo .welcome {
	display: block;
	width: 110px;
	height: 40px;
	position: absolute;
	left: 150px;
	top: 20px;
	background: url(../images/welcome.png) no-repeat;
}

.content .login-wrap {
	position: relative;
	height: 475px;
	margin-top: 10px;
}

.content .login-banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 475px;
	background: #5e8f36;
}

.content .login-wrap .container {
	width: 990px;
}

.login-panel {
	position: relative;
	z-index: 4;
	margin-top: 40px;
	padding: 0;
	width: 346px;
	background-color: #fff;
}

.login-verify {
	height:34px;line-height:34px;padding-left:0;
}

.login-code {
	padding: 50px 20px 52px 20px;
}

.login-code-title {
	margin-bottom: 20px;
	font-size: 18px;
}

.login-code-tool {
	margin-top: 20px;
}

.login-form {
	padding: 0 20px 10px 20px;
}

.remember-me {
	margin: 0 !important;
}

.login-form .btn-lg {
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 6px;
}

.login-banner .advertise {
	display: none;
	background-color: #5e8f36;
	height: 475px;
}

.nav-tabs>li>a {
	font-size: 14px;
	font-weight: 700;
	color: #999;
	background-color: #f6f6f6;
}

.nav-tabs>li.active>a {
	color: #666;
}

.input-group .input-group-addon {
	color: #ccc;
}

.alert {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #675100;
	border-width: 0;
	border-left-width: 5px;
	font-size: 12px;
}

.alert-warning {
	color: #826430;
	background: #efe1b3;
	border-color: #dfb56c;
}

.alert-danger {
	color: #fff;
	text-shadow: none;
	background: #c26565;
	border-color: #953b39;
}

.has-error .input-group-addon {
	border-color: #b94a48;
	background: #f2dede;
	color: #b94a48
}
.has-error input[type=text], .has-error input[type=text]+.input-group-addon {
	border-color: #b94a48
}
.has-error input[type=text]+.input-group-addon {
	background-color: #f2dede;
	color: #b94a48
}
.has-error input[type=text]:focus, .has-error input[type=text]:focus+.input-group-addon {
	border-color: #c05e5e
}
.has-error input[type=text]:focus+.input-group-addon {
	background-color: #c05e5e;
	color: #fff
}