
@font-face {
	font-family: 'Roboto';	
	src: url('../fonts/Roboto/Roboto-Regular.eot');
	src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'Roboto', sans-serif;
}

body {
	overflow: auto !important;
}
.landing-page-background-image {
	background-image: url("../images/branding_background_image.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: fixed;
	z-index: -1;
	width:100%;
	
	
}

.login-box-container {
	position: absolute;
	width: 629px;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 70px;
	padding: 20px;
}

.tab-button {
	width: 228px;
	height: 51px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	border: none;
	border-radius: 5px 5px 0px 0px;
}

.tab-button-Active {
	color: #71AFB4;
	background: rgba(255, 255, 255, 0.94);
}

.tab-button-Inactive {
	color: #ffffff;
	background: #71AFB4;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.login-box {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 0px 10px 10px 10px;
	padding: 20px;
}

.login-title {
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	margin-top: 33px;
	font-weight: bold;
}

.login-title img {
	width: 17rem;
}

.login-form {
	margin-top: 13px;
	text-align: left;
}
.sub-head h4 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
	line-height: 18.75px;
	text-align: center;
	color: #253746;
}

.border-panel::after {
	content: "";
	position: absolute;
	width: 190px;
	height: 0px;
	left: 218px;
	border: 1px solid #454545;
	transform: rotate( 90deg );
	margin-top: 108px;
}

.form-group {
	margin-bottom: 0px;
	outline: 0px;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	color: var(--WS-Blue);
}

.form-control {
	background: #ffffff;
	border: 1px solid #71AFB4;
	box-sizing: border-box;
	border-radius: 5px;
}
#neReferral_NumberEditCustomValidator {
	display: none;
}
#neReferralID_NumberEditCustomValidator {
	display: none;
}
input:focus {
	outline: none;
	box-shadow: 0 0 0;
}

label {
	margin-bottom: 0px;
}

.form-control-label {
	font-family: 'Roboto', sans-serif;	
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #253746;
}

.btn-primary:focus,
.btn-primary:hover{
	color: #ffffff;
	background-color: #639599 !important;
	border-color: #639599;
	box-shadow: unset;
}
.loginbttm {
	padding: 11px;
}
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
	background-color: #71AFB4 !important;
	border-color: #71AFB4;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	padding: 11px;
	width: 100%;
	transition-duration: 0.4s;
}
	.btn-primary:disabled {
		background: #CBCBCB;
	}
	.btn-primary:after {
		background-color: #71AFB4 !important;
		transition: all 0.8s
	}

.base-link {
	padding-top: 26px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #023058;
	line-height: 1.5;
	text-align: Center;
}
	.base-link a {
		color: #023058;
		text-decoration: none !important;
	}
.Forgot-links {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #023058;
	padding-top: 10px;
}
	.Forgot-links a {
		color: #023058 !important;
		text-decoration: none !important;
	}

	.Forgot-pass {
		position: absolute;
		width: 163px;
		height: 19px;
		left: 803px;
	}

.Forgot-UserName {
	position: absolute;
	width: 164px;
	height: 19px;
	left: 504px;
}

@media only screen and (max-width: 1024px) {
	.landing-page-background-image {
		background-size: auto;
	}
	.border-panel:after {
		display: none;
	}
}
.login-error-container div,
.login-error-container span{
	background: rgba(255, 255, 255, 0.94);	
	border: 1px solid #BB0000;
	box-sizing: border-box;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
}
login-error-container-username {
	display: flex !important;
}
.login-error-container div ul li,
login-error-container div ul li i,
web-referral-error-container {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	line-height: 15px !important;
	color: #8F0000 !important;
	padding-top: 10px;
}
#valSummary {
	font-family: 'Roboto', sans-serif !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	line-height: 15px !important;
	color: #8F0000 !important;
	padding-top: 10px;
}
.security-email-validation-message-container.error {
	border: 1px solid #8F0000;
	color: #8F0000;
	padding: 10px;
	text-align: center;
}

.security-email-validation-message-container.success {
	border: 1px solid #2E7800;
	color: #2E7800;
	padding: 10px;
	text-align: center;
}
/*Web Referral Login*/
.how_to_access_banner {
	display: none;
	width: 100%;
	height: 87px;
	background: rgba(255, 255, 255, 0.72);
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: middle;
	z-index: 1000;
	justify-content: space-between;
	align-items: center;
}
.banner-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;	
	color: #252525;
}
.how_to_access_popup {
	width:100%;
	left: 515px;
	top: -486px;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #FFFFFF;
	display: none;
	z-index:9999;
	min-width:458px;
	flex-basis:100%;
	
}
/*Web Referral Login*/
.modal_notice_to_User {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 1004px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.42);
	border-radius: 11px;
	display: none;
	text-align: left;
	width: 700px;
	top: 200px;
	z-index: 9999;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	padding:50px 30px 30px 30px;
}

.blurbackdrop::after {
	
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.modal_close_icon {
	text-align: right;
	position: relative;
	top: -37px;
	right: -18px;
}
	.password-sent-message-container {
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 15px;
		color: #2E7800;
		padding: 10px;
		border: 1px solid #2E7800;
		box-sizing: border-box;
		border-radius: 4px;
		text-align: center;
	}

.JumpPoint {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
	border-radius: 0px 10px 10px 10px;
}

.gradianttext {
    font-weight:600;
    background: -webkit-linear-gradient(#71afb4, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contactUs_popup {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.42);
	border-radius: 11px;
	display: none;
	text-align: center;
	width: 580px;
	top: 35%;
	min-height: 240px;
	z-index: 9999;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 50px 30px 30px 30px;
}

.modal_contactus_close_icon {
	text-align: right;
	position: relative;
	top: -37px;
	right: -20px;
	color: #71AFB4
}
.modalHeader {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	color: #1F747B;
	text-align: center;
	}


