@charset "utf-8";
/* CSS Document */
 body{ 
	font-family:Tahoma;
}
input[type=text]::-ms-clear {
    display: none;
}
h2 {
	line-height: 1.2;
}
.bgwrap{ 
	background:url(../images/empPortal/bg-employer-portal.jpg)#d2d3d8 no-repeat top center scroll;
	margin:0 auto; 
	width:100%; 
	height:100%;
}
.container{
	width:100%; 
	max-width:940px!important;
}
.containerwrap{ 
	width:100%; 
	max-width:940px!important;
	background:url(../images/empPortal/bg-form.png) no-repeat top center scroll; 
	height:500px; 
	margin-top:120px;
}
.titelContwrap{ 
	text-align:center; 
	color:#ffffff;
	margin-top:85px;
}
.prognocisTital{ 
	font-size:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prognocisSubTital{
	font-size:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ContSubTital{
	font-size:14px; 
	font-weight:bold; 
	margin-top:48px; 
	margin-bottom:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.titelContwrap p{ 
	font-size:13px; 
	width:100%; 
	max-width:330px; 
	margin:0 auto;
	line-height :20px;
	max-height: 150px;
	overflow: hidden;
}
.col-sep{ 
	border-right:1px solid #582b55; 
	margin-top:30px; 
	height:402px;
}
.col-sep-left{ 
	border-left:1px solid #886e8d;
	height:402px;
	margin-top:30px; 
}
.formContwrap{ 
	margin-left:15px;
}
.UserIDwrap{
	border:none; 
	border-bottom:1px solid #bd96c2;
	background-color:transparent!important;
	border-radius:0px;
	box-shadow:none; 
	max-width:360px;
	height: 25px; 
	width:100%;
	background:url(../images/empPortal/ico-userid.png) no-repeat right;
	color:#BD96C2!important;
}
.PasswordDwrap{
	border:none; 
	border-bottom:1px solid #bd96c2;
	background-color:none;
	border-radius:0px;
	box-shadow:none; 
	max-width:360px; 
	height: 25px;
	width:100%; 
	background:url(../images/empPortal/ico-password.png) no-repeat right; 
	margin-top:30px;
	color:#BD96C2!important;
}
.EmailIDwrap{
	border:none; 
	border-bottom:1px solid #bd96c2;
	background-color:none;
	border-radius:0px;
	box-shadow:none; 
	max-width:360px; 
	height: 25px;
	width:100%; 
	background:url(../images/empPortal/ico-email.png) no-repeat right; 
	margin-top:30px;
	color:#BD96C2!important;
}
.PasswordDwrap:focus{ 
	outline:none;
}
.UserIDwrap:focus{ 
	outline:none;
}
.EmailIDwrap:focus{
	outline: none;
}
.loginbtn{ 
	width:100px; 
	height:30px; 
	background-color:#C49CC7; 
	color:#fff; 
	font-weight:bold; 
	padding:1px 0px 0px 0px;
	font-size:13px; 
	float:left; 
	margin-top:15px;
}
.loginbtn.focus, .loginbtn:focus, .loginbtn:hover{
  color:#fff; 
}
.forgotPass{ 
	float:left;
	margin: 20px 0 0 20px;
	text-decoration:underline;
	color:#fff; 
	font-size:13px;
}
.forgotPass a{
	color:#fff; 
	text-decoration:none;
	font-size:13px;
}
.forgotPass:hover{
	color:#fff; 
	text-decoration:none;
	font-size:13px;  
}
.footerwrap{ 
	height:40px; 
	background:#4d204b;
	opacity :0.64; 
	margin-top:-40px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.footerwrap p{ 
	text-align:right; 
	color:#BBBBBB; 
	margin-right:20px; 
	padding-top:8px; 
	font-size:12px;
}
.footerwrap span{ 
	margin:0px 5px 0px 5px;
}
.footerwrap a{
	color:#BBBBBB;
}
::-webkit-input-placeholder {
 /* WebKit browsers */
 color: #BD96C2;
}
:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
 color: #BD96C2;
 opacity: 1;
}
::-moz-placeholder {
 /* Mozilla Firefox 19+ */
 color: #BD96C2;
 opacity: 1;
}
:-ms-input-placeholder {
 /* Internet Explorer 10+ */
 color: #BD96C2;
}
.message-block {
	max-width: 360px;
	width: 100%;
}
.forgotpassword{
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
/********************For Header and Menu Level Text End********/
.nowrap {
  white-space: nowrap ;
}
.EmplogountBut{
	background:url(../images/empPortal/EmpLogout.png) no-repeat right; 
	vertical-align: bottom;
}
/*******************************************/
/*************User id & password label start****/
.uid, .pass, .email, .oldPass, .newPass, .reNewPass, .captchaInput {
	display: inline;
    position: absolute;
    color:#FFF!important;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 2px 0 0 5px;
}
/*************User id & password label End****/
/********Table forgot password ***********/
.thinBorderTable
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
	border-color: #000000;
}
.thinBorderTableTd
{
	margin: 0;
	padding: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
.mandatory {
	background : url(../images/mandatory.png) no-repeat left center;
	text-indent : 10px
}
.topMessage {
	background-color: #E3E3E3;
}
.textStyle {
	font-size:10pt;
	font-family:verdana;
}
.textStyleColor {
	color: red;
}
 .CaptchaInputwrap{
	border:none; 
	border-bottom:1px solid #bd96c2;
	background-color:transparent!important;
	border-radius:0px;
	box-shadow:none; 
	max-width:240px;
	height: 25px; 
	width:100%;
	background:url(../images/empPortal/ico-userid.png) no-repeat right;
	color:#BD96C2!important;
}
.CaptchaInputwrap:focus{ 
	outline:none;
}
/*
	Sugar Task : 264094- Implementation of Captcha on Login as well as on Forgot Password Page of Portals.
	By MS on 08 DEC 2018 
*/
.empPortalWait {
	background: url("../images/empPortal/empPortalPleaseWait.gif")#fff 50% 50% no-repeat;
    display: none;
    height: 100%;
    left: 0px;
    margin: 0px;
    opacity: 0.9;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99999;
}