body{
	background-image: url(../../images/background.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin: 0;
	padding: 0;
	height: 100%;
}
.head-div{
	height: 90px;
	width: 100%;
}
.head-div-left{
	width:50%;
	height: 90px;
	font-size:0px;
	float:left;
	position: relative;
}
.head-div-right{
	width:50%;
	height: 90px;
	font-size:0px;
	float:left;
}

#head-div-left-image-left{
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
}
#head-div-right-image-right{
	height: 100%;
	width: 100%;
}
#head-div-left-image-logo{
	position:absolute;
	top:29px;
	bottom:10px;
	left:50px;
	right:15px;
	max-width: 310px;
	max-height: 38px;
	z-index: 20;
	text-align: center;
}
.foot-div{
	position: absolute;
	width:100%;
	top:90px;
	bottom: 0px;
}
.foot-div-first{
	width: 100%;
	height:27.2%;
}
.foot-div-second{
	width: 100%;
	height: 300px;
	font-size: 12px;
	position: fixed;
	text-align: center;
}
.foot-div-second-center{
	height: 100%;
	width:411px;
	position:absolute;
	left:30%;
	right:30%;
	text-align:center;
	margin:0 auto;
}
.foot-div-second-center-username{
	position: relative;
	height: 30px;
	width: 411px;
	z-index: 20;
	text-align:center;
}
.foot-div-second-center-identify{
	position: relative;
	width: 301px;
	margin:0 auto;
	z-index: 20;
	height: 40px;
	top:95px;
}
.login-all{
	height: 100%;
	width:100%;
	margin: 0 auto;
	left:0px;
	right:30%;
	position: absolute;
	z-index: 10;
}

input{
	border:1px solid #fff;
}
input:FOCUS{
	border:1px solid #339933;
	border-color: #339933;
	outline: none;
} 
.login-username{
	position:relative;
	z-index: 20;
	top:55px;
	height:40px;
	width:301px;
	text-indent: 10px;
	font-size: 15px;
	background: #fff url(../../images/user.png) no-repeat 95% center;
}

.login-password{
	position:relative;
	height:40px;
	top:80px;
	width:301px;	
	z-index: 20;
	text-indent: 10px;
	font-size: 15px;
	background: #fff url(../../images/password.png) no-repeat 95% center;
}

.login-identify{
	position: relative;
	z-index: 20;
	height:40px;
	width:90px;
	text-indent: 10px;
	font-size: 15px;
}
.login-identify-code{
	height:40px;
	width:90px;
	z-index: 20;
	position: relative;
}
a{
	text-decoration: none;
	color: black;
}
a:ACTIVE{
	text-decoration: none;
	color: #337ab7;
}
.foot-div-second-btu{
	position:relative;
	background-color:#18A689;
	width: 301px;
	height: 40px;
	top:110px;
	font-size: 15px;
	text-align: center;
	border-style: none;
	color:white;
	z-index:20;
	cursor: pointer;
}
.foot-div-third{
	width: 100%;
	bottom:15px;
	position: fixed;
	text-align: center;
	font-size: 12px;
}
