.sync {
	display: none;
}

body {
	background: url(../../images/straws.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.mainContainer {
	width: 940px;
	height: auto;
	margin: 3% auto;
	padding: 1% 0.5%;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px 0px #666;
	box-shadow: 5px 5px 15px 0px #666;
	background-image: url("../../images/user_login_bckgrnd.jpg");
	background-repeat: no-repeat;
	border-radius: 12px;
}

.loginContent {
	float: right;
	width: 100%;
	overflow: hidden;
}

.errorMsgBox {
	float: left;
    width: 42%;
	margin: 5% 0 0 4%;
}

.loginAlertBox {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 2%;
	border: 1px solid #474747;
	background-color: #fff;
	text-align: center;
	color: #000;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.loginAlertBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
	color: #4c4c4c;
}

.loginAlertBox a {
	color: #4d85ad;
	text-decoration: underline;
}

.loginFormContainer {
	float: right;
	width: 46%;
	margin: 0 2% 0 0;
	padding: 0.5%;
	border-radius: 12px;
	background-color: #fff;
	border: solid 2px #4d85ad;
}

.companyLogoContainer {
	width: 100%;
	margin: 2% 0 0 0;
	display: none;
}

.companyLogoContainer>img {
	width: auto;
}

.center-block {
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.img-responsive {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

.excellusLogos {
	width: 90%;
	margin: 2% auto 3%;
	overflow: hidden;
	display: none;
}

.excellusLoginLogo {
	width: 45%;
	float: left;
	/* margin: 2% 0 0 0; */
}

.ih21LoginLogo {
	width: 45%;
	float: right;
	margin: 2% 0 0 0;
}

.univeraLogos {
	width: 80%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.univeraLoginLogo {
	width: 45%;
	float: left;
}

.jhpLogo {
	width: 30%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.jhpLogo>img {
	width: 100%;
}

.bestHealthLogo {
	width: 45%;
	margin: 2% auto 5%;
	overflow: hidden;
	display: none;
}

.bestHealthLogo>img {
	width: 100%;
}

.peopleEQLogo {
	width: 100%;
	height: 80px;
	margin-bottom: 8px;
}

.loginContentContainer {
	padding: 0 2%;
}

.loginHeaderTxt {
	margin: 3% 0;
}

.loginHeaderTxt p {
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	color: #4c4c4c;
}

.usernameContainer {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5% 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.passwordContainer {
	overflow: hidden;
	width: 100%;
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.fieldLabelContainer {
	margin: 0 0 0 1%;
	width: 20%;
	font-size: 1em;
	color: #4c4c4c;
}

.fieldContainer {
	width: 72%;
    float: left;
}

.fieldContainer>input {
	width: 97%;
    height: 15px;
	padding: 2%;
	border: solid 1px #65606d;
    background-color: #fff;
    color: #000;
    font-size: 1em;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #7b7b7b inset;
	-webkit-text-fill-color: #fff;
}

#userName {
    font-size: 1em !important;
    text-align: left !important;
    color: #7b7b7b !important;
}

.submitBtnContainer {
	overflow: hidden;
	width: 99%;
	margin: 3% 0 0 0;
}

.submitBtnLogin {
	float: right;
	width: 20%;
	height: 30px;
	margin: 0 2% 0 0;
	background-color: #f1f1f1;
	border: solid #7b7b7b 1px;
	border-radius: 4px;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}

.submitBtnLogin:hover {
	background-color: #7b7b7b;
	color: #fff;
}

input[type="date"].form-control {
	line-height: normal;
}

.bottomTxtContainer {
	width: 100%;
	margin: 2% 0 0 0;
	padding: 2%;
}

.newUserContainer {
	margin: 0 0 1% 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #4c4c4c;
}

.newUserContainer a {
	text-decoration: underline;
	color: #007c9d;
}

.forgotPasswordContainer {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #4c4c4c;
}

.forgotPasswordContainer a {
	text-decoration: underline;
	color: #007c9d;
}

/***** Forgot Password Page ******/
.forgotMainContainer {
	width: 960px;
    height: 460px;
	overflow: hidden;
	margin: 3% auto 0;
	padding: 1% 1% 0 1%;
	background-color: #fff;
	background-image: url("../../images/forgot_password_bckgrnd.jpg");
	background-repeat: no-repeat;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.forgotHeaderContainer {
    width: 100%;
	overflow: hidden;
}

/* .forgotCompanyLogo {
	width: 100%;
	margin: 0 0 3% 0;
}

.forgotCompanyLogo>img {
	width: 45%;
} */

.companyLogo {
	width: 100%;
	margin: 0 0 3% 0;
}

.companyLogo>img {
	width: auto;
}

.forgotJhpLogo {
	width: 20%;
	margin: 2% auto 4%;
	overflow: hidden;
	display: none;
}

.forgotJhpLogo>img {
	width: 100%;
}

.forgotExcellusLogoLogin {
	width: 35%;
	float: left;
	margin: 2% 0 0 0;
}

.forgotBestHealthLogo {
	width: 28%;
	margin: 2% auto 4%;
	overflow: hidden;
	display: none;
}

.forgotBestHealthLogo>img {
	width: 100%;
}

.forgotHeaderTxt {
	width: 100%;
	margin: 0 0 1% 0;
	font-size: 1.6em;
	color: #007c9d;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

hr {
	width: 80%;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,
			transparent,
			rgba(47, 87, 33, 0.75),
			transparent);
	text-align: center;
}

.forgotLeftColumn {
    float: left;
    width: 52%;
    background-color: rgba(255, 255, 255, 0.6);
}

.forgotLoginContainer {
	float: right;
    width: 46%;
	margin: 0;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.forgotInstructionTxt {
	width: 97%;
	margin: 1% auto 2%;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3;
	color: #4c4c4c;
}

.forgotUsernameBox {
	width: 377px;
	float: left;
	margin: 1% 0 5% 0;
	padding: 3%;
	border: 1px solid #7b7b7b;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.forgotUsernameBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #000;
}

.forgotUsernameLabel {
	float: left;
	width: 32%;
	color: #000;
}

.forgotUsernameInput {
	float: left;
	width: 60%;
    height: 15px;
}

.forgotSMSContainer {
    float: left;
    margin: 4% 0 0 0;
}

.forgotSMSContainer>label {
    font-size: 1em;
    color: #4c4c4c;
}

.forgotPasswordBox {
	width: 377px;
	margin: 0;
	padding: 3%;
	border: 1px solid #7b7b7b;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

.forgotPasswordBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #000;
}

.forgotPasswordLabel {
	float: left;
	width: 24%;
	color: #000;
}

.forgotPasswordInput {
	float: left;
	width: 70%;
    height: 15px;
}

.forgotLoginBoxesHdr {
	font-size: 1.1em;
	color: #4c4c4c;
	margin: 0 0 2% 0;
	font-weight: 700;
}

.forgotForm {
	margin: 4% 0 0 0;
}

.forgotSubmitBtns {
	width: auto;
	height: 25px;
	margin: 4% 0 0 0;
	padding: 1%;
	float: right;
	background-color: #f1f1f1;
	border-radius: 4px;
	border: solid #7b7b7b 1px;
	font-size: .9em;
	color: #000;
	cursor: pointer;
}

.forgotSubmitBtns:hover {
	background-color: #4c4c4c;
    color: #fff;
}

.forgotBottomTxt {
	width: 100%;
	margin: 3% 0 0 0;
	padding: 1%;
	text-align: center;
}

.forgotBottomTxt a {
    font-size: 1em;
	text-align: center;
	color: #000;
}

.forgotBottomTxt a:hover {
	width: 100%;
	margin: 2% 0 0 0;
	padding: 1%;
	text-align: center;
	text-decoration: none;
	color: #4c4c4c;
}

.copyrightTxt {
	margin-top: 1%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #4c4c4c;
}

.forgotAlertBox {
	margin: 1% auto 2%;
	width: 95%;
	padding: 1%;
	border: 2px solid #b20000;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	color: #000;
}

.forgotAlertBox p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	color: #4c4c4c;
}

.forgotAlertBox a {
	color: #4d85ad;
	text-decoration: underline;
}

.width30 {
	width: 30%;
}