@charset "utf-8";
/* CSS Document */
html, body{
	padding:0px; margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#636466;
}
.login-bg{
	z-index:1;
	position:fixed;
	width:100%;
	height:100%;
	background:#6ca3d8;
}
.login-bg img{
	width:100%;
	height:100%;
}
.login-page{
	padding:0px;
	width:330px;
	margin:0 auto;
	position:fixed;
	z-index:2;
}
.section-login{
	background:#fff;
	border-radius:20px;
	padding:30px;
	min-height:265px;	
}
.section-logo{
	margin-bottom:20px;
}
.logo-worklife{
	text-align:center;
	display:block;
}
.logo-client{
	display:none;
}
.section-client{
	width:100%;
	float:left;
	margin-bottom:50px;
}
.section-client .logo-client{
	width:180px;
	height:55px;
	float:right;
	border-left:solid 1px #e7e7e8;
	padding-left:15px;
	display:block;
}
.section-client .logo-worklife{
	float: left;
	width: 70px;
	margin-top:5px;
}
.section-client .logo-worklife img{
	width:45px;
	height:50px;
}
.form-flied{
	margin-bottom:15px;
}
 
.lable-text{
	font-weight:bold;
	margin-bottom:3px;
}
.item{
	width:96%;
	border:solid 1px #e7e7e8;
	padding:5px;
	color:#636466;
}
.forgot{
	float:right;
	display:block;
	color:#636466;
	font-size:11px;
	text-decoration:none;
}
.forgot:hover{
	text-decoration:underline;
}
.button{
	background:#58585a;
	border-radius:5px;
	color:#fff;
	border:solid 1px #58585a;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding:10px;
	text-decoration:none;
	width:100px;
	margin:0 auto;
	text-align:center;
}
.button:hover{
	background:#58585a;
	color:#fff;
	border:solid 1px #58585a;
}
.button-blue{
	background:#6ca3d8;
	border:solid 1px #6ca3d8;
}
.section-footer{
 
	position:fixed;
	 bottom:0px;
}
.footer-logo{
	text-align:center;
	margin:20px 0;
}
.copy-right{
	color:#fff;
	font-size:10px;
}

.forgot-button .button{
	float:left;
	margin:0px 10px 0 0;
}
.google_play{
	background:url(images/google_play_button.png) 0 0 no-repeat;
	width:160px;
	height:64px;
	display:block;
	position:absolute;
	right:10px;
	z-index:6;
	bottom:10px;
	
}
.width100{width:100%;}