@charset "utf-8";
/*
 * 登陆页面CSS
 * */
body{
	background:#4087C1 repeat ;
	margin:0;
}
.l_content {
	background-image: url(../img/login_bg.png);
	background-repeat: repeat-x;
	width:100%;
	height:700px;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
}
.l_login{
	position: relative;
	top:200px;
}
.l_box{
	background:url(../img/l_box.png);
	width:400px;
	height:200px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	padding-top:20px;
}
.l_box_form{
	overflow:hidden;
	margin-top:15px;
	text-align:center;
}

.lable_text{
	color:#566489;	
	font-size:12px;
	text-align:right;
	width:100px;
	float:left;
	line-height:25px;
}

.l_box_input{
	width:200px;
	text-align:left;
	float:left;
	margin-left:15px;
	height:21px;
	line-height:21px;
	border: 1px solid #CADAE3;
	background-color: #FFF;
}
.keybox{
	background:url(../img/keybox.jpg) no-repeat #fff ;
	background-position:right;
}
.l_box_botton{
	margin-left:100px;
	margin-top:30px;
}
.button {
	background-color: #315a7b;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-right: 89px;
	height: 30px;
	width: 120px;
	font-weight: bold;
}
.l_submit {
	background-image: url(../img/loginbutton.jpg);
	background-repeat: no-repeat;
}
.l_return{
	background-image:url(../img/returnindex.jpg);
	background-repeat: no-repeat;
}
input[type=text], select {
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=password], select {
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}