@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;}
body {
	background: url(bak.jpg) no-repeat bottom center;
	font-family: "微软雅黑";
	height: calc(100vh);
}
.logo{
	padding-top:30px;
	padding-left:200px;}
.info_con{
	width:585px;
	height:500px;
	background-color:#FFF;
	margin:0 auto;
	margin-top:80px;
	border-top:solid 5px #0070c8;
	opacity: 0.8;
	}
.info_con .top{
	text-align: center;
	margin-top: 35px;
	font-size: 28px;
	margin-bottom:43px;
	
}
.login_input {
	font-size: 18px;
	line-height:68px;
	height: 68px;
	width: 325px;
	margin-left: 100px;
	border: solid 2px #e4e6e9;
	margin-bottom: 20px;
	padding-left: 50px;
	background-position: 15px;
	background-image: url(2.png);
	background-repeat: no-repeat;	
}
.login_input1 {
	font-size:18px;
	line-height:68px;
	height: 68px;
	width: 325px;
	margin-left:100px;
	border:solid 2px #e4e6e9;
	margin-bottom:20px;
	padding-left:50px;
	background:url(3.png) no-repeat;
	background-position: 15px;
	
}
.search_but{
	font-size:25px;
	height: 68px;
	width: 377px;
	margin-left:100px;
	text-align:center;
	color:#FFF;
	border:0;
	background-color:#0070c8;
	border-radius:5px 5px 5px 5px;
	cursor:pointer;
	}
