
.w{
	width:80%;
	margin: 0 auto
}
.logo{
	width:589px;
	position: relative;
	width: 300px;
	margin: 10px 0;
	height: 60px;
	float: left;
}
.tbody{
	background:#1f7fcb;
	position: absolute;
	left: 0;top: 80px;
	width: 100%;
	height: 85%; 
	text-align:center
}
.mainlogin{
	float:right;
	top: 90px;
	right:-30px;
	position:relative;
	z-index: 4;
	width: 320px;
}
.hrclient{
	width: 150px;
	height: 54px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	background: #4796d9;
	display: block;
	border-bottom: 3px solid #FFF;
}
.hrclient a{
	width: 99%;
	height: 18px;
	position: absolute;
	left: 0;
	top: 18px;
	text-decoration: none;
	color:#FFF;
}
.self{
	right: 0;
	width: 150px;
	height: 54px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	background:#4796d9;
	display: block;
}
.self a{
	
	width: 99%;
	height: 18px;
	position: absolute;
	left: 0;
	top: 18px;
	text-decoration: none;
	color:#FFF
}
.login{
	padding:20px;
	padding-bottom:10px;
}
.login label{
	z-index: 6; 
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top:12px;
	left:23px;
	padding: 5px 10px;
	overflow: hidden;
}
	
.login input{
	border-radius:20px;
	_border-color:tomato;
	width:240px;
	height:40px;
	border:none;
	display: block;
	position: relative;
	outline: 0;
	box-sizing:border-box;
	line-height: 40px;
	text-indent: 45px;
} 
.tfoot{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 10%;
}