*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	background: url(../images/login.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%; 
}
.login{
	display: table;
	width: 100%;
}
.box{
	display: table-cell;
	vertical-align: middle;
}
.box h1{
	text-align: center;
	padding-bottom:20px;
	color: #fff;
}
.box .login_box{
	box-shadow: 0 0 10px #ababab;
	background-color: rgba(255,255,255,0.2);
	border-radius: 5px;
	text-align: center;
	padding: 40px 0;
	width: 320px;
	margin: 0 auto;
}
.box .login_box .input{
	position: relative;
}
.box .login_box .input input{
	width: 180px;
	background-color: #fff; 
	height: 35px;
	font-size: 14px;
	margin: 10px 0;
	border-radius: 5px;
	border: 1px solid #ababab;
	outline: none;
	padding-left: 35px;
}
.box .login_box .input input:focus{
	box-shadow: 0 0 10px #717171;
	transition: 0.5s;
}
.box .login_box .input i{
	display: block;
	width: 20px;
	height: 25px;
	position:absolute;
	top: 16px;
	left: 60px;
}
.box .login_box .input button{
	padding-left: 0;
	background-color: #d74253;
	color: #fff;
	border: none;
	width:214px;
	height:30px;
}
.box .login_box .input .test{
	width: 41%;
	padding-left: 5px;
	display:block;
	float:left;
}
.box .login_box .input .verify_img{
	width:114px;
	height:34px;
	display:block;
	float:right;
	margin-top:10px;
}
.box .login_box .input:nth-of-type(3){
	width: 215px;
	margin: 0 auto;
	text-align:center;
}
.admin{
	background: url(../images/admin.png) no-repeat;
	top: 18px !important;
}
.password{
	background: url(../images/password.png) no-repeat;
}
.serivice{
	text-align:center;
	font-size:12px;
	margin-top:50px;
	color:#2f2f2f;
}
.serivice a{
	color:#2f2f2f;
	text-decoration:none;

/*submit*/
.sub_box{
	display: table;
	width: 100%;
}
.table{
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
	padding: 20px;
	box-shadow: 0 0 10px #ababab; 
	display: table-cell;
	vertical-align: middle;
}
.input_box {
	padding: 10px 20px;
	border:1px solid #ababab;
	margin: 10px auto;
	background-color: #fff;
	border-radius:5px; 
	width:400px;
}
.input_box input{
	outline: none;
	border:none;
	background: none;
	width: 70%;
}
.input_box label{
	color: #232323;
}
.input_sub{
	text-align: center;
}
.input_sub input{
	border: none;
	background-color: #d74253;
	color: #fff;
	outline: none;
	width: 220px;
	height: 35px;
	border-radius: 5px;
	margin-top: 10px;
}

@media(max-width: 480px){
	.box .login_box{
		width: 90%;
	}
	.box .login_box .input i{
		left: 16%;
	}
	.input_box input{
		width: 50%;
	}
	.input_sub input{
		width: 20%;
	}
	.input_box label{
		font-size: 14px;
	}
	.box .login_box .input .section{
		left: 3%;
		top:22%;
	}
	.input_box{
		width: 85%;
	}
}