.loginRight{
    background: #e6f2fc;
    
}
input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="email"] {
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background-color: white !important;
    padding: 6px 34px;
}
select.form-select{
    border: none;
    border-bottom: 2px solid #DFDFDF;
    background-color: white !important;
    border-radius: unset;
    padding: 6px 37px;
}
.captcha-container {
    transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    width: 100%;
    overflow: hidden;
    margin-left: 30px;
}
#togglePassword{
    background: transparent;
    border: none;
    border-bottom: 2px solid #DFDFDF;
}
/* Media quires */
/* lg break point */
@media (min-width: 992px) {
.loginLeft{
    padding-left: 2rem;
    margin-left: 0rem;
    
}
.form-box{
    width: 579px;
}
}
/* make it fit captcha container width */
@media screen and (max-width: 400px) {
  .captcha-container {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}

/* tabs */
.custom-tabs {
    border: none;
}
.custom-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: 500;
    /* color: #555; */
    position: relative;
    margin-right: 9px;
    color: #D9D9D9;
}
.custom-tabs .nav-link.active {
    color: #111111;
}
.custom-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 5px;
    background-color: #EF7C00;
    border-radius: 2px;
    opacity: 1;
    width: 143px;
}
.custom-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 2px;
    opacity: 1;
    width: 143px;
}
.custom-tabs .nav-link.active ~ .nav-link::after {
    background-color: #ccc;
}

/* phone number dropdown */

#countryCode{
    max-width: 120px;
    border: none;
}

#country{
    max-width: 289px;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background-color: white !important;
    margin-left: 28px;
    margin-top: 25px;
}

#state{
    max-width: 283px;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background-color: white !important;
    margin-top: 25px;
    margin-left: 27px;
}

.nav-link {
    color: #5B5B5B;

}

ul {
    list-style: none;
}

.list {
    width: 40%;
    background-color: #f5f5f5;
    border-radius: 15px 15px 15px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
    margin-left: 54px;
}

.list-items {
    padding: 10px 24px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* color: #5C6366; */
    border-radius: 15px 15px 15px 15px;
}

.list-items:hover {
    background-color: #dddddd;
}
.togglePassword{
    background: transparent;
    border: none;
}
.page_head{
    font-size: 33px;
    font-weight: 500;
    color:#0045AB;
    margin-top: 78px;
}
#personal-tab{
    font-size: 14px;
    font-weight: 600;
    /* color: #111111; */
}
#card-tab{
    font-size: 14px;
    font-weight: 600;
    /* color: #111111; */
}
.form-label{
    font-size: 14px;
    font-weight: 500;
    color: #484848;
    margin-left: 65px;
}
.form-select{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding: 0px;
}
.form-control{
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    margin-left: 31px;
    padding:0px;
    border-radius: unset;
}
.userid_label{
    /* padding: 5px; */
    margin-left: 0px;
}
.label_top{
    margin-top:25px;
}
.input-group{
    width:114%;
}

#nextBtn{
    width: 74%;
    margin-left: 130px;
    margin-top: 38px;
}
.account{
    margin-top: 38px;
    margin-left: 38px;

}
.invalid-feedback {
    margin-left: 62px;
    position: absolute;
}
.bi-eye::before {
    margin-top: 24px;
    color:#666666;
}
.bi-eye-slash::before {
    margin-top: 24px;
    color:#666666;
}
#cmonth{
    max-width: 287px;
    border: none;
    border-bottom: 2px solid #DFDFDF;
    background-color: white !important;
    margin-left:31px;
    /* margin-top: 25px; */
}

#ccyear{
    max-width: 275px;
    border: none;
    border-bottom: 2px solid #DFDFDF;
    background-color: white !important;
    margin-left: 31px;
    /* margin-top: 25px; */
}

.termsAndConditions{
    margin-left: 74px;
    margin-top: 39px;
    margin-bottom: 35px;
    text-align: center;
}
.termsAndConditions .invalid-feedback{
    width: 600px;
    margin-left: 0px;
}
.reg_btn{
    width: 77%;
    margin-left: 89px;
    margin-top: 50px;
}
.account2{
    margin-left: 79px;
    margin-top: 29px;
}
#password-error{
    position: relative;
}
.toggle-password{
    cursor: pointer;
}
#country-error{
    position:relative;
}
#state-error{
    position:relative;
}
.passeye{
    top:10px;
}
.pineye{
    top:69%
}
.g-recaptcha{
    margin-left: 10%;
    opacity: 1 !important;
    background-color: #FFF !important;
}

#other_state-error {
    margin-top: 40px;
}


label.form-label.ps-3.label-text {
    color: #484848 !important;
}

#email-error,
#email-errors-sub {
  display: block;    
  margin-top: 8px !important;      
  color: red !important;
  font-size: 0.875rem !important;
  clear: both !important;           
  line-height: 1.2 !important;
  max-width: 90% !important;       
  word-wrap: break-word !important;
}

div#email-error {
    display: none !important;
}
.email_input {
  min-height: 50px;   
  position: relative;
}

