body{
	margin: 0px;
	padding: 0px;
}
.login-bg{
	margin: 0px;
	padding: 0px;
	background: url(../images/banner.png); 
	background-repeat:no-repeat; 
	background-size: 100% 90%;
}
.login-bg a{
	text-decoration: none;
	color: white;
}
.login-logo{
	margin: 0px;
	padding-left: 20%;
	width: 80%;
	background: #fff;
	height: 50px;
}
.login-content{
	margin: 0px auto;
	width: 405px;
	height:525px;
	background-repeat:no-repeat; 
	background: url(../images/content.png); 
}
.login-wapper{
	padding-top: 220px;
	padding-left: 80px;
	padding-right: 100px;
}
.login-input{
	outline:none;
	-webkit-appearance: none;
	padding-left: 55px;
	font-size:18px;
	width: 195px;
	color:#eee;
	border:1px solid #01A944;
	background-size:auto 68%;
	line-height:50px;
	margin-bottom: 20px;
}
.login-content input::-webkit-input-placeholder{
	color:#fff;
}
.login-account{
	background:url(../images/account.png) no-repeat 8px center #01A944; 
}
.login-password{
	background:url(../images/password.png) no-repeat 8px center #01A944; 
}
.login-button{
	border-radius: 20px;
	font-size:18px;
	width: 100%;
	color:#eee;
	border:0;
	background:#038B3D;
	line-height:50px;
	margin-top: 10px;
}
.login-warning{
	line-height: 20px;
	color: white;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 100%;
	display: none;
}
.login-bottom{
	margin:0px auto;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #888;
}

.io-content{
	margin: 0px auto;
	clear: both;
	margin: 25px 25px;
	width: 90%;
	height: 150px;
}
.io-wrap{
	width: 128px;
	margin: 20px;
	height: 158px;
	float: left;
	text-align: center;
}
.io-wrap p{
	font-size: 16px;
	line-height: 30px;
}
.io-button{
	margin: 0;
	padding: 0;
	border-radius: 20px;
	width: 128px;
	height: 128px;
}
.io-check-in{
	background:url(../images/io-check-in-1.png) no-repeat;
}
.io-check-in:hover{
	background:url(../images/io-check-in-2.png) no-repeat;
}
.io-check-out{
	background:url(../images/io-check-out-1.png) no-repeat;
}
.io-check-out:hover{
	background:url(../images/io-check-out-2.png) no-repeat;
}
.io-produce-in{
	background:url(../images/io-produce-in-1.png) no-repeat;
}
.io-produce-in:hover{
	background:url(../images/io-produce-in-2.png) no-repeat;
}
.io-produce-out{
	background:url(../images/io-produce-out-1.png) no-repeat;
}
.io-produce-out:hover{
	background:url(../images/io-produce-out-2.png) no-repeat;
}
.io-buy-in{
	background:url(../images/io-buy-in-1.png) no-repeat;
}
.io-buy-in:hover{
	background:url(../images/io-buy-in-2.png) no-repeat;
}
.io-sales-out{
	background:url(../images/io-sales-out-1.png) no-repeat;
}
.io-sales-out:hover{
	background:url(../images/io-sales-out-2.png) no-repeat;
}
.io-print{
	background:url(../images/io-prints-1.png) no-repeat;
}
.io-print:hover{
	background:url(../images/io-prints-2.png) no-repeat;
}

.formControls input{
	width:250px;
}
.io-button-small{
	width:40px;height:40px;
}
.io-wrap-small{
	width: 40px;
	margin: 20px;
	height: 78px;
	float: left;
	text-align: center;	
}
#stepTwo{
	display: none;
}
.zindex10{
	position:absolute;
	z-index: 100;
}
.zindex-10{
	position:absolute;
	z-index: -100;
}