@charset "utf-8";
/* CSS Document */
html, body,.ui-widget{
	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;*/
	background: url(../images/backdroung-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
}
.login-bg img{
	width:100%;
	height:100%;
}
.section-login{
	background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    min-height: 265px;
    position: absolute;
    width: 330px;
	z-index: 5;
	box-shadow: 1px 2px 10px 0px rgb(0 0 0 / 20%);
}

.login_inner {
    padding: 30px;
}
.section-login .logo-client img {margin: 7px 0; max-height: 55px; max-width: 198px;}
.section-logo{
	margin-bottom:20px;
}
.logo-worklife{
	/*text-align:center;*/
	display:block;
}
.logo-client{
	display:none;
}
.section-client{
	width:100%;
	float:left;
	margin-bottom:20px !important;
}
.section-client .logo-client{
	width:198px;
	height:55px;
	float:left;
	/*border-left:solid 1px #e7e7e8;*/
	padding-left:15px;
	display:block;
}
.section-client .logo-worklife{
	float: left;
	width: 50px;
	margin-top:2px;
}
.section-client .logo-worklife img{
	/*width:40px;
	height:40px;*/
	width:50px;
	height:50px;
}
.form-flied{
	margin-bottom:15px;
}
 
.lable-text{
	font-weight:bold;
	margin-bottom:3px;
	display: block;
	font-size: 12px;
	display: inline-block;
	width: 100% !important;
}
.input-item .item{
	width:96%;
	/*border:solid 1px #e7e7e8;*/
	border: 1px solid rgb(204, 204, 204);
	padding:5px;
	color:#636466;
	box-shadow:none;
}
.lable-text .forgot{
	float:right;
	display:block;
	color:#636466;
	font-size:11px;
	text-decoration:none;
}
.lable-text .forgot:hover{
	text-decoration:underline;
}
.form-button .button{
	background:#58585a;
	border-radius:5px;
	color:#fff;
	border:solid 1px #58585a;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding:5px;
	text-decoration:none;
	width:122px;
	margin:0 auto;
	text-align:center;
	text-shadow:none;
	box-shadow:none;
}
.forgot {text-align: right; display: block;text-decoration: none;padding: 7px 0 0;}
.forgot:hover {text-decoration: underline;}
.form-button .button:hover{
	background:#58585a;
	color:#fff;
	border:solid 1px #58585a;
}
.form-button .button-blue{
	background:#031842;
	border:solid 1px #031842;
}
.section-footer{
	/*padding:80px 0 0 0px;*/  position: absolute;bottom:0;display:block;width:100%;z-index: 1;
}
.footer-logo{
	text-align:center;	
	/*margin: 41px 0;*/
	margin: 58px 0;
}
.footer-logo img {
    max-height: 30px;
}
.copy-right{
	/*color:#fff;*/
	color:#555;
	font-size:10px; 
	text-align: center; 
	/*margin: -36px 0;*/
	margin: -50px 0;
}
.redColor{color:red;}

.forgot-button .button{
	float:left;
	/* margin:0px 10px 0 0; */
	margin: 0px 5px;
}
.security_reason{font-weight:bold;}
.dropdown_login {width: 100% !important;}

/*.playstoreOuter {bottom: 10px; position: relative; right: 10px; text-align: right; z-index: 1; margin: -49px 0;}*/
.google-play-button{float:right;}
.popup{position: absolute;
	border:1px solid red;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: auto;
    height: auto;}
    
.ui-growl-image {
    width: 270px;
    height: auto;
}
.ui-growl-item {
    overflow: hidden;
}
.ui-growl-title {
    padding: 0 0 0px 0;
}
.ui-growl-message {
    padding: 0 0 0px 0;
}

	
@media only screen and (max-device-width: 767px) {
.section-login {
    margin: 30px auto !important;
    position: relative;
    width: 280px;
    z-index: 5;
}
.LoginInner {
    padding: 15px;
}
.section-client .logo-worklife {
    width: 50px;
}
.logo-client {
    width: 170px !important;
}
.section-client .logo-client img {
    max-height: 50px;
    max-width: 170px;
}
.section-client .logo-worklife img {
    height: auto !important;
    max-width: 50px;
}
.playstoreOuter {
    clear: both;
    float: left;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.playstoreOuter img {
    height: 40px;
}
.playstoreOuter a {
    float: none;
    margin-left: 10px;
}
.section-footer {
    bottom: 0;
    position: relative;
}
.footerInner {
    padding-bottom: 0;
}
.copy-right {
    clear: both;
    line-height: 14px;
    margin-bottom: 10px;
    width: 100%;
}
.section-client {
    margin-bottom: 20px;
}
.login-bg img {
    display: none;
}
}
.input-item .ui-selectonemenu, .input-item .ui-state-default, .input-item .ui-state-default, .input-item .ui-selectonemenu-label {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #636466 !important;
}
.captcha { background:#f5f5f5; border:solid 1px #cccccc; display:inline-block; width:100%; height:28px; position:relative; }
.captchaIMG { float:left; height:100%; }
.captchaInput { width:60% !important; float:right; position:absolute; right:-1px; top:-1px; padding:4px; }
 .captcha a img {
    max-width: 20px;
    margin: 3px 0 0 0;
}
.captchaInput {
    margin: 3px 3px 0 0;
    height: 14px;
	border-color: #ccc;
	width:55% !important; 
}
.dropdown_login.ui-selectonemenu .ui-selectonemenu-label {
	width: 97%;
}

.ui-growl-image-error {
    min-height: 32px;
    line-height: 32px;
}
.or_text {
	background: url(../images/or_text.png) 0 bottom no-repeat;
	width: 157px;
	height: 8px;
	margin: 15px auto;
	display: block;
}
.button-blue{
	background:#6ca3d8;
	border:solid 1px #6ca3d8;
}
.form-button .idpButton {
	width: auto;
}
.login-form .form-button .button {
    width: 100% !important;
    margin: 0 0 5px 0;
}
.section-login .form-flied {
    margin-bottom: 10px;
}

.playstoreOuter {
    width: 300px;
    text-align: right;
    height: 60px;
	float: right;
	margin: 0 10px 0 0;
}
.playstoreOuter .appStoreIcons {
    display: inline-block;
    border-right: dashed 1px #fff;
	padding: 0px 10px;
	margin: 6px 0 0 0;
}
.playstoreOuter a {
    display: inline-block;
}
.playstoreOuter .appStoreIcons:last-child {
    border: none;
}
