body{
    background: #f5f5f7;
    font: normal 14px campton-book;
    color: #454545;
}
@font-face {
    font-family:campton-semibold;
    src:url(https://member.molinahealthcare.com/campton-semibold.otf);
}
@font-face {
    font-family:campton-medium;
    src:url(../css/font/campton-medium.otf);
}
.btn-primary {
	background-color: #009ea0  !important;
    color: #ffffff  !important;
    font-weight: bold;
	width: fit-content !important;
    min-width: 100px !important;
	margin:10px;
}
.btn-primary:hover {
	background-color: #ffffff  !important;
    color: #009ea0  !important;
	width: fit-content !important;
    min-width: 100px !important;
	margin:10px;
}
.btn-secondary {
	 background-color: #ffffff  !important;
    color: #009ea0  !important;
    font-weight: bold;
	border-color: #bfbfbf;
}
.btn-secondary:hover {
    background-color: #009ea0  !important;
    color: #ffffff  !important;
}
.btnMrgnR5{
    margin-right: 5px;
}
.txtRed{
    font-size: 14px;
    font-weight: bold;
    color: red;
	display: none;
}
.secwidth{
    width: 60%;
}
/* top navbar style starts here */
.molina-boxshadow {
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    background: #ffffff;
}
.headerLogo > span {
    border-left: 1px solid #707070;
    color: #000;
    font: normal bold 20px  campton-semibold;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    top: 5px;
}
.molina-boxshadow .dropdown-menu {
    position: absolute;
}
.lang-icon{
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 3px;
}
/* top navbar style ends here */
.loginSection{
    margin-top: 45px;
	margin-bottom: 50px;
}
.logincontainer{
    font: normal 14px campton-book, Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #454545;
    width: 84%; 
    margin: 0 auto; 
    text-align: center;
    padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 3px 6px #0000001f;
}
.loginblock{
    padding: 0px 10%;
    font-size: 16px; 
}
.userLabel{
    margin-bottom: 10px;
	font-weight:bold;
}
.userBlock{
    margin-bottom: 20px;
}
.txtMrgn{
    margin-top: 20px;
}
.blockone{
    margin: 0 auto; 
    text-align: center;
}
.titleText{
    font: normal normal 30px campton-medium;
    text-align: center;
    color: #000000;
}
.langText{
    font: normal bold  16px Arial;
    color: #262626;
}
.pass .pass-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.pass .pass-wrapper i {
    margin-top: 5px;
    position: absolute;
    right: 10px;
}
.user-title{
	font-size: 25px;
    font-weight: bold; 
    text-align: center;
}
.user-login-support-text{
	font-size: 12px;
    font-weight: bold; 
    text-align: center;
}
.linkText{
    font-size: 15px;
    color: #009ea0;
    text-align: left;
    border: hidden;
    font-weight: bold;
    background-color: white;
}
.linkText > a, .linkText > a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #009ea0;
}
.loginBtn2, .loginBtn2:hover{
    background: #009ea0;
    text-align: center;
    padding: 10px 40px;
    color: #effffe;
    border: 1px solid #1aa8aa;
    font-size: 20px;
    font-weight: bold;
}
.loginBtn, .loginBtn:hover{
	background-color: #009ea0  !important;
    color: #ffffff  !important;
    font-weight: bold;
	width:100px;
	margin:10px;
}
.mtb25{
    margin: 25px 0px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.imgHide{
	visibility: hidden;
}
.imgShow{
	visibility: show;
}
.pwd-icon{
	width: 24px;
	height: 24px;
}
.rightText{
	text-align: right;
}
.loginbox{
    font: normal 14px campton-book, Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #454545;
    padding: 40px 35px;
	border-radius: 12px;
	box-shadow: 0 3px 6px #0000001f;
}
.w40{
    width: 40%;
}
.w45{
    width: 45%;
}
.w35{
    width: 35%;
}
.textMrgn{
    margin-left: 10px;
}
.authTitle{
	font-size: 20px;
    font-weight: bold; 
    text-align: center;
}
.selectMethod{
    font-size: 16px;
    border: 2px solid #bfbfbf;
    background-color: #fff;
    padding: 15px 20px;
}
.paraText{
    font-size: 15px;
    font-weight: bold;  
}
.text1{
    font-size: 14px;
    color: #262626;
    font-weight: bold;
	display: none;
}
.text1{
    font-size: 14px;
    color: #262626;
    font-weight: bold;  
}
.expireText{ 
    color: #009ea0;  
}
.selectMethod:hover {
   border-color: #817e7e;
}
.logbtnAlign{
    text-align: right;
}
.supportMrgn{
    margin-top: 25px;
}
.welcomeLogin{
    text-align: center;
    margin: 25px 0px;
}

.pwdTitle{
    font-size: 16px;
    font-weight: bold;
    color: #262626; 
}
.PwdIcon{
    width: 26px;
    height: 26px;
}
.textGreen{
    font-weight: bold;
    color: #262626;
}
.textRed{
    color: #ff0000;
}
.popover{
    max-width: 400px;
}
.btn-cancel {
    background-color: #ffffff  !important;
    color: #009ea0  !important;
    font-weight: bold;
	border-color:black  !important;
	width: fit-content !important;
    min-width: 100px !important;	
}
.btn-cancel:hover {
    background-color: #009ea0  !important;
    color: #ffffff  !important;
	border-color:black  !important;
	width: fit-content !important;
    min-width: 100px !important;
}
@media (max-width: 820px) {
    .secwidth{
        width: 100%;
    }
    .logbtnAlign{
        text-align: center;
        margin-top: 15px;
    }
    .w35 {
        width: 100%;
    }
    .w45 {
        width: 100%;
    }
    .selectMethod {
        font-size: 11px;
        padding: 15px;
    }
}
.headingTextNonBold{
    font-size: 15px; 
}
.headingTextBold{
    font-size: 15px; 
	font-weight: bold;
	margin-bottom: 10px;
}
/*For MainLogin Page */
.loginErrorBlock{
    margin: 0 auto;
	margin-bottom: 1.5rem!important;
    text-align: left;
	color: #FF0000;
	font: normal 15px campton-book, Arial, Helvetica, sans-serif;	
}
.loginHideError{
	display: none;
}
.loginDisplayError{
	display: block;
}
.hideSection{
	display: none;
}
.fullLink{
    cursor: pointer;
}
.navbar-nav{
    z-index: 1000;
}
body .molina-boxshadow .dropdown-menu {
    position: absolute;
}

/* CHP css */

.linkTextCHP > a, .linkTextCHP > a:hover{
    color: #005d63 !important;
}

.loginBtnCHP, .loginBtnCHP:hover{
	background-color: #005d63 !important;
}

.CHP-Color{
    color: #005d63 !important;
}

.btn-primaryCHP {
	background-color: #005d63  !important;
}
.btn-primaryCHP:hover {
    color: #005d63  !important;
}

.CHP-Color{
    color: #005d63 !important;
}

.btn-cancelCHP {
    color: #005d63  !important; 
}
.btn-cancelCHP:hover {
    background-color: #005d63  !important;
}
.CHP-Color{
    color: #005d63 !important;
}

.CHP-BGColor{
    background-color: #005d63;
}
 