body {
	font-family: Open Sans, sans-serif;
}

input, select, textarea, button{font-family:inherit;}

.loginBody {
	width: 605px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.loginFormContainer {
	height: 390px;
	width: 420px;
	border: 1px solid #e5eaee;
	background:#F5F5F5;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 185px;
}

@-moz-document url-prefix() { 
  .loginFormContainer {
    left: 0 !important;
  }
}

.webCentralLogo {
	position: relative;
	padding-top: 7%;
	left: 15%;
	padding-bottom: 20px;
	height: 22%;
}

.formsize {
	width: 70%;
	position: relative;
	left: 15%;
}

.inputTextForm {
	border: 1px solid #e8e8e8;
	font-size: 15px !important;
	color: #7c7c7c !important;
	border-radius: 20px !important;
	border-radius: 7px !important;
	margin-bottom: 4% !important;
	padding-left: 2% !important;
	height: 47px !important;
}

.loginSubmitButton {
	background: #d11241;
	border: 1px solid  #d11241;
	border-radius: 3px 3px 3px 3px;
	margin: 0;
	padding: 8px 12px;
	text-shadow: 1px 1px 1px #A4601A;
	color: #FFFFFF;
	top: 78%;
	font-size: 13px;
	font-weight: bold;
	color: white;
	line-height: 16px;
}

.loginSubmitButton:hover {
	background: #000000;
	border: 1px solid  #000000;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #b7b7b7 !important;
	background-image: none !important;
	color: rgb(0, 0, 0);
}

.forgotPasswordDiv {
	position: absolute;
	left: 38%;
	top: 93%;
	font-size: 13px;
	line-height: 14px;
}

.errorMessage {
	color: red;
	left: 15%;
	position: relative;
	width: 295px;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 5px;
}

#loadingRow{
	color: blue;
	display: none;
	vertical-align: middle;
	position: relative;
	bottom: 5px;
	left: 15%;
	font-size: 13px;
	line-height: 14px;
}

.emailLoader {
	height: 14px;
	width: 16px;
}

#emailNotificationId{
	color: blue !important;
    top: 5px !important;
	font-size: 13px;
	line-height: 14px;
}

/**RESET PASSWORD***/

#passwordResetMessage {
	width: 50%;
	left: 36%;
	position: relative;
	bottom: 15%;
	color: #7c7c7c;
	line-height: 23px;
	font-size: 15px;
}

#alertImageDiv {
	width: 50px;
	position: relative;
	bottom: 4%;
	left: 17%;
}

#passwordResetMessageSuccess {
	color: #7c7c7c;
	line-height: 23px;
	position: relative;
	left: 17%;
	font-size: 15px;
}

.webCentralDivContentDivTermsAndConditions {
	position: absolute;
    margin-top: 635px;
    font-size: 12px;
    float: left;
    clear: both;
    left: 0;
    right: 0;
}

.trLogin{
	font-size: 12px;
	color: #606060 ;
	float: left;
}
.termsAndConditions {
	float: left;
}
.termsAndContactUs, .contactUs {
	float: right;
}

@-moz-document url-prefix() {
	.webCentralDivContentDivTermsAndConditions {
		position: absolute !important;
		left: 0 !important;
		font-size: 10px !important;
		right: 0 !important;
	}
}

@-moz-document url-prefix() { 
  .webCentralDivContentDivTermsAndConditions {
	margin-top: 105% !important;
  }
}

.webCentralDivContentDivTermsAndConditionsResetPassword{
	position: relative;
	margin-top: 100%;
	margin-left: 90px;
	width: 420px;
	font-size: 12px;
}

.webCentralDivContentDivTermsAndConditionsResetPassword .trLogin{
	font-size: 12px;
	color: #606060 ;
}

@-moz-document url-prefix() {
	.webCentralDivContentDivTermsAndConditionsResetPassword {
		position: absolute !important;
		width: 420px !important;
		font-size: 10px !important;
	}
}

@-moz-document url-prefix() { 
  .webCentralDivContentDivTermsAndConditionsResetPassword {
	margin-top: 100%;
  }
}

#isiInc {
	width: 170px;
}

.passwordRule {
	color: red;
	left: 15%;
	width: 303px;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 10px;
}

.loginMessage {
	width: 70%;
	display: inline-block;
	position: relative;
	left: 15%;
}

.termsAndConditionsFooter {
	margin-bottom: 20px;
	font-size: 12px;
	margin: auto;
    left: 0;
    right: 0;
}

#passwordId {
	margin-bottom: 10px !important;
}

.invalidEmail {
	left: 0% !important;
	font-size: 13px;
	line-height: 14px;
}

.invalidEmail2 {
	left: 3% !important;
	font-size: 13px;
	line-height: 14px;
}

.webcentral-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.isiLowercaseInput {
	text-transform: lowercase;
}