@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	width: 1920px;
	height: 900px;
	/*background: url("../images/background_login.jpg") no-repeat;*/
}

input,button {
	outline:none;
}

span {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.div_login {
	background-image: url("../images/div_login.png");
	position: absolute;
	left: 1190px;
	bottom: 20px;
	width: 490px;
	height: 530px;
}

.logo {
	text-align: center;
}

.title_text {
	color: #FF9800;
	font-size: 30px;
	line-height: 1;
	margin: 50px 0 28px 0;
}

.title_version {
	color: #FF9800;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	font-weight: 300;
}

.content {
	position: relative;
	padding: 35px 65px;
}

.error_user {
	position: absolute;
	display: block;
	color: red;
	top: 7px;
}

.error_password {
	display: block;
	color: red;
	margin-top: 10px;
	padding-bottom: 7px;
}

.error_vercode {
	display: block;
	color: red;
	margin-top: 10px;
	padding-bottom: 7px;
}

.input-icon > i {
	font-size: 22px;
}

.div_icon {
	position: absolute;
	margin-top: 11px;
	width: 45px;
	height: 45px;
	color: #555;
	text-align: center;
}

.error_icon {
	color: red;
}

.input_text {
	width: 100%;
	height: 45px;
	color: #555;
	font-size: 17px;
	padding-left: 40px;
	border: 2px solid #CDCDCD;
	border-radius: 5px;
	box-sizing: border-box;
}

.error_input {
	border: 1px solid red;
}

.rememberme {
	cursor: pointer;
	position: relative;
	top: -2px;
}

.input_box {
	position: relative;
	top: 4px;
	margin: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #CDCDCD;
	background: #FFF;
}

.form_actions {
	margin-top: 40px;
}

.btn-login {
	cursor: pointer;
	position: relative;
	top: -10px;
	float: right;
	width: 80px;
	height: 40px;
	border: 2px solid #43BED0;
	border-radius: 5px;
	background: #32C6D2;
	font-size: 17px;
	line-height: 1;
	color: #FFF;
}

.btn-login:hover {
	background: #2EBDCA;
}

.btn-login:active {
	background: #00AEBD;
}

.remark {
	text-align: center;
	font-size: 13px;
	color: #CDCDCD;
	margin-top: 5px;
}
























