

.headernav{
  background: #005f8b !important;
}

.container{
  width: 100% !important;
  padding: 0 !important;
}

.text-center{
  text-align: center !important;
}

.logoImgDiv{
  text-align: center;
  margin-top: 20px; 
}

.bodyDivLogo{
  height: 20%;
  margin-bottom: 0 !important;
}

.bodyDivLogin{
  height: 750px;
  max-height: 80%;
  margin-bottom: 0 !important;
}

ul.tabs{
  background: transparent;
  color: white;
}

.tabs .indicator {
    background-color: white !important;
}

.tabsa{
  color: white !important;
}

.colorWhite{
  color: white !important;
}

#username, #password, #code, #reusername, #repassword{
  width: 80%;
}

#loginDivtabCont input, #regDivtabCont input{
  border-bottom: 1px solid #ffffff;
}

#loginDivtabCont {
  margin-top: 50px !important; 
}

.loginDivtabCont .input-field{
    display: block;
}

#loginDivtabCont .fa-user,#loginDivtabCont .fa-unlock-alt{
    color: white;
    font-size: 28px;
    text-align: center;
}

.btnLoginIn, .btnRegIn, .btnConf1, .btnConf2, .btnPhoneVerify, .btnFgPwd1, .btnFgPwd2, .btnFgPwd3{
  background: white !important;
  color: #009688; 
  margin-top: 10px;
}

.regheading{
    text-align: center;
    font-size: 24px;
    margin: 0;
    font-weight: 800;
    color: white;
}

.regheadingsub{
     text-align: center;
    font-size: 14px;
    margin: 0;
    color: white; 
}

input.select-dropdown{
  color: white;
}

.select-wrapper .caret{
  color: white !important;
}

/*Scroll Bar Change*/

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.5);  
}

.regFieldOTP1, .regFieldOTP2, .regFieldPhone, .regFieldfinaltxt{
  display: none;
}

.ovrdiv{
  overflow-y: auto;
  height: 100%;
}

.valtxt{
  position: absolute;
  bottom: -12px;
  font-size: 12px;
  color: #ce120c;
}

.allfieldstxtrg, .allfieldstxtlg, .allfieldstxtrgph, .allfieldstxtrgphcd, .allfieldstxtrgphnum{
  color: #fff;
  display: none;
}

.regFieldfinaltxtp1{
  font-size: 18px;
  color: white;
  text-align: center;

}

.regFieldfinaltxtp2{
  font-size: 24px;
  color: white;
  font-weight: 600;
  text-align: center;
}

.rgenderradiop{
  display: inline-block;
  color: white !important;
  margin-right: 10px;
}

.rgenderradiodiv{
  height: 66px;
}

.rgenderradiodiv label{
  top: 0 !important;
}

.input-field label{
  color: white !important;
}

.rgenderradiodiv [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #fff !important;
}


#regaddmodphone1, #regaddmodphone2, #regaddmodphone3{
  width: 85%;
  text-align: center;
}

.regaddphone .input-field{
  margin: 0;
  padding: 0;
  color: white;
}

.regaddphone .input-field:first-child{
  padding:0 10px;
}

.wfwcountrylist select, .wfwstatelist select, .wfwcitylist select{
  display: block !important;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.fgtpwd{
  color: white;
}

.fgpwd-code, .fgpwd-last, .fgpwd-lastmsg{
  display: none;
}

.forgotpasswordmaindiv .fa{
  color: white;
}

.fgpwd-lastmsg p{
  font-size: 24px;
  font-weight: 600;
  color: white;
}