/*
body {

	background: #e3e3e3 url(../images/login_bg.gif) repeat-x left top;
	padding-top: 100px
}
*/

/* 登录页样式*/
.login-container {
	position: relative;
	background: url(images/login_bg.png) repeat left top;
	min-height: 700px;
	min-width: auto;
}
#login {
	position: absolute;
	top: 16%;
	left: 50%;
	width: 460px;
	margin-left: -240px;
	z-index: 20;
	border-radius: 4px;
	-ms-border-radius: 4px;
	padding-top: 10px;
	background-color: #fff;
}
#login .login_top {
	width: 100%;
	text-align: center;
}
#login .login_top .sys_title {
	font-size: 26px;
	color: #ff8800;
	margin-left: 15px;
	font-style: italic;
	line-height: 47px;
	vertical-align: middle;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
}
.copy {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
	height: 350px;
	line-height: 625px;
	background: url(images/login_cloud.png) no-repeat center;
	text-align: center;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
h1 {
	height: 100px;
	line-height: 100px;
	background: url(images/login_logo.png) no-repeat center center;
}
.form {
	width: 460px!important;
	height: 360px;
	border-radius: 4px;
	padding: 30px 40px 40px 40px;
	background: #fff
}
.login_input {
	width: 380px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0 5px;
	padding-left: 10px;
	padding-right: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 340px center;
	font-size: 14px;
	box-sizing: border-box!important;
}
select.login_input {
	padding: 7px 10px;
	height: auto;
	line-height: auto;
}
.login_user {
	background-image: url(images/login_user.png);
}
.login_user_focus {
	background-image: url(../images/login_user_on_ico.gif);
}
.login_password {
	background-image: url(../images/login_password_ico.gif);
}
.login_password_focus {
	background-image: url(../images/login_password_on_ico.gif);
}
.login_verify {
	width: 250px;
	background-image: url(../images/login_verify_ico.gif);
}
.login_submit {
	width: 380px;
	height: 40px;
	margin-top: 20px;
	border-radius: 4px;
	background: #ff8800;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.login_submit:hover {
	background: #ff7700;
}
.login_submit[disabled]{
	background: #ffc37f;
	cursor: not-allowed;
}
.verify_submit {
	width: 220px;
	height: 40px;
	background: #f90;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 20px;
	color: #fff;
}
.switch {
	padding-left: 10px
}
.login-title {
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.login_verify_div {
	position: relative;
	width: 380px!important;
}
.show-captcha {
	position: absolute;
	right: 4px;
	top: 20px;
	border-radius: 2px;
	cursor: pointer;
}
.input-code {
	width: 230px;
}
.check-code {
	background-color: #2196f3;
}
.check-code:hover {
	background-color: #0089d9;
}
.check-code[disabled] {
	background: #7fddff;
	cursor: not-allowed;
}

.send-button {
	position:absolute;
	right: 0;
	top: 20px;
	width: 125px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.send-button[disabled]{
	background-color: #fefefe;
	cursor: not-allowed;
}
.re-back {
	display: inline-block;
	*display:inline;
	width: 30px;
	height: 40px;
	margin-right: 10px;
	background: url(images/login_back.png) no-repeat center;
	cursor: pointer;
}











