@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

@import url("https://site-assets.fontawesome.com/releases/v6.5.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


ul{
    margin: 0px;
    padding: 0px;
}


li{
    list-style: none;
    font-size: 14px;
}


img{
    max-width: 100%;
}


.login-wrap{
    height: 100vh;
}



.logo-area{
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  /* padding: 14px 0px; */
  /* box-shadow: rgba(50, 50, 93, 0.2) 0px 30px 60px -12px inset, rgba(22, 21, 23, 0.36) 0px 18px 36px -18px inset; */
}


/* .reg-form-card h5{
  text-align: center;
  color: #2e2f35;
  font-size: 19px;
  position: relative;
  font-family: "Lexend", sans-serif;
  color: #3a4662;

} */


/* .reg-form-card h5:after{
  position: absolute;
  top: 11px;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d8132ded;
  margin-left: 8px;
  border-radius: 50%;
} */


/* .reg-form-card h5:before{
  position: absolute;
  top: 11px;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d8132ded;
  margin-left: -58px;
  border-radius: 50%;
} */
.login-frm-title {
  padding: 0px 27px 0px;
  margin-bottom: 25px;
}
.login-frm-title h3 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #3a4662;
  margin-bottom:0;
}
.login-frm-title h6 {
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.2px;
  color: #74747b;
  font-weight: 400;
  font-size: 13px;
}

.logo-area img{
  opacity: 1;
  width: 37%;
  margin: auto;
  padding: 9px 0px;
  display: block;
  object-fit: unset;
  height: auto;
}

.reg-content{
    position: relative;
    padding: 60px 0px;
    max-width: 1000px;
    margin: 0px auto;
    padding-top:0;
}


.reg-form-card .form-control{
  height: 45px;
  font-size: 16px;
  padding: 0px 5px 0px 45px;
  color: #2d2e31;
  padding: 6px 13px;
  border: 1px solid #2533702e;
  border-radius: 5px;
  font-family: "Lexend", sans-serif;
}

.reg-form-card .input-field{
    position: relative;
}


.reg-form-card .input-field .login-icn{
  position: absolute;
  top: 1px;
  left: 1px;
  color: #3c3f4d;
  font-size: 15px;
  background-color: #fff;
  width: 39px;
  height: 38px;
  text-align: center;
  box-shadow: rgba(174, 174, 217, 0.25) 0px 30px 60px -12px inset, rgba(73, 78, 89, 0.3) 0px 18px 36px -18px inset;
  line-height: 35px;
  border-radius: 5px 0px 0px 5px;
  display: none;

}



.reg-form-card input:focus{
  box-shadow: none;
  border: 1px solid #838eca;
  border: 1px dashed green;
  border-radius: 4px;
}



.reg-form-card input::placeholder{
    color: #707070;
    font-weight: 300;
    font-size: 13px;
}


.reg-form-card .input-field .toggle-password {
  position: absolute;
  top: 17px;
  right: 22px;
  z-index: 1;
  font-size: 12px;
  color: #4f4e55c2;
}


.reg-form-card label{
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
    font-family: "Lexend", sans-serif;
}



.reg-form-card  button{
    width: 100%;
    padding: 9px 20px;
    font-size: 0.875rem;
    border-radius: 3px;
    margin-top: 10px;
    background-color: #bb1218;
    border-color: #bb1218;
}


.reg-form-card .lrs-text{
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: #444;
    margin-bottom: 0px;
}


.reg-form-card .lrs-text a{
    text-decoration: none;
    font-size: 0.875rem;
    color: #bb1218;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}


.reg-form-card p a:hover{
    text-decoration: underline;
}





.rem-forget-pwd .forgot-pwd{
    font-size: 14px;
    color: #162153;
    text-decoration: none;
    color: #5e5e5e;
    font-weight: 400;

}



.rem-forget-pwd .form-check .form-check-input{

    border-color: #c5c5c5 !important;

}


/*
.rem-forget-pwd .forgot-pwd:hover{

    text-decoration: underline;

} */





.login-from-card form i.form-control-feedback.fa.fa-times{

    top: 15px;

    left: 88%;

}



/*-----------------mobile------screen---------wrap--------start---------------*/



/* @media(min-width:768px)and (max-width:1200px){
} */

@media screen and (max-width: 767px){

    .shape1{
        display: none;
    }

    .right-reg-card{
        margin-top: 0px !important;

    }



}

/*-----------------mobile------screen---------wrap-------end---------------*/



@media screen and (max-width: 600px){

    .shape1{

        display: none;

    }
    .cog-icon{

        width: 35px;

        height: 35px;

        top: 25px;

        left: 15px;

        display: none;

    }
    .content-box{

        padding-top: 2rem;
    }
    .reg-content{
        padding: 0px 10px;
    }
    .reg-form-card {

        padding: 1.2rem 1rem;
    }
    .reg-form-card .form-group{

        margin-bottom: 10px;
    }
    .reg-pic.partner_reg-pick img{

        height: 240px;
    }
    .reg-pic.partner_reg-pick{

        padding-top: 20px;
    }
    .reg-form-card label{

        font-size: 0.813rem;

        font-weight: 500;

    }



    .rem-forget-pwd .forgot-pwd{

        font-size: 0.813rem;

        font-weight: 500;

    }



    .dollar-sign2{

        display: none;

    }



    .logo-area img {

        height: 42px;

    }



    .partner_reg_from .input-group-text{

        height: 38px !important;

    }



    .reg-form-card .form-control{

        height: 38px;

    }



    .partner_reg_from .form-select{

        height: 38px !important;

    }



    .reg-form-card .form-select{

        height: 38px !important;

    }



    /* .ss-main .ss-multi-selected .ss-values .ss-disabled{

        position: relative;

        top: -4px;

        padding: 4px 0px;

    } */

    .login-frm-title {
      padding: 0px 5px 0px;
  }
  .logo-area img {
    padding: 0;
    width: auto;
}

}





/*----- Partner Regstration ------*/



.reg-pic.partner_reg-pick{

    padding-top: 35px;

}



.reg-pic.partner_reg-pick img{

    height: 300px;

    object-fit: cover;

}



.partner_reg_from form{

    max-width: 600px;

}



.partner_reg_from .input-group-text{

    height: 40px;

    font-size: 0.875rem;

    color: #8b8b8b;

}



.reg-form-card.partner_reg_from  .form-control{

    padding-left: 10px;

}



.partner_reg_from .form-select{

    height: 40px;

    font-size: 0.875rem;

    font-weight: 300;

    color: #444;

    border-color: #d9d9d9;

}



.partner_reg_from .form-select:focus{

    box-shadow: none !important;

}



.input-group-text{

    padding: 0.275rem 0.65rem;

}



.input-group-text i{

    font-size: 16px;

    color: #575757;

}



.regbtn{
    width: auto !important;
    padding: 10px 20px 8px;
    height: auto !important;
}


.reg-txt{
    margin-top: 1rem !important;
}


.reg-form-card.partner_reg_from .iti{
  width: 100%;
}


.iti__selected-dial-code{
  font-size: 12px;
}


.ss-main .ss-multi-selected{
  border: none;
}


.ss-main .ss-multi-selected .ss-add{
  margin: 7px 0px 0 5px;
}


.partner_reg_from .form-select{
  padding-right: 15px;
}


.ss-main .ss-content{
  margin: 4px -13px 0;
}


.datepicker-days {
  padding: 4px 10px;
}


.datepicker td, .datepicker th{
  font-size: 13px;
}



.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
  font-size: 13px;
}


/*---- New Css Added -----*/



.login-card-block{
  max-width: 370px;
  margin: 0px auto;
  margin-top: 53px;
  width: 100%;
}



.ss-main .ss-multi-selected .ss-values .ss-disabled {
    position: relative;
    top: -3px;
    padding: 4px 0px;
    color: #444;
}



.ss-main .ss-multi-selected .ss-values .ss-disabled:focus{
    box-shadow: none !important;
}



.from-box2 button{
  background-color: #253370;
  border-color: #171c35;
  color: #fff;
  width: 100%;
  padding: 11px 32px;
  background: #253370 !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
  transition: .5s;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 0px;
  margin-top: 10px;
  height:45px;
  font-family: "Heebo", sans-serif;
}
.from-box2 button:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transform: scale(0);
  width: 100%;
  height: 100%;
  transition: .5s;
  border-radius: 5px;
  color: #ED2C41;
}


.from-box2 button:hover,
.from-box2 button:focus,
.from-box2 button:active,
.from-box2 button:focus-visible{
    background-color: #101a43 !important;
    border-color:  #020617 !important;
    box-shadow: none;
    color: #fff;
}
.from-box2 button:hover:before {
  transform: scale(1);
    background: #101a43;
}

ul.socialIcon {
  list-style: none;
  justify-content: center;
  display: flex;
  margin: 15px auto 0px;
  column-gap: 9px;
}

ul.socialIcon li {
  position: relative;
  padding-right: 10px;
}


ul.socialIcon li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #25337052;
  right: 0px;
  top: 4px;
}

ul.socialIcon li:last-child:after {
    display: none;
}

ul.socialIcon li a {
  text-align: center;
  vertical-align: middle;
  color: #253370;
  font-size: 14px;
  transition: 0.4s ease;
}



.has-feedback.has-error input,
.has-feedback.has-error select{
    border:1px dashed rgb(189, 9, 9);
}



.reg-content .help-block{
    display: none !important;
}



@media screen and (max-width: 576px){

    .main-wrap{
        height:100vh;
    }



    .reg-pic{
        display: none;
    }



    .content-box{
        padding: 0px;
    }



    .content-box .flex-column{
        justify-content: center;
        flex-direction: row !important;
        flex-wrap: nowrap;
    }


    .reg-form-card .input-field i{
        top: 8px;
    }
    .from-box2 button {
      font-size: 14px;
  }
  .rem-forget-pwd .forgot-pwd,
  .reg-form-card label,
  .reg-form-card .form-control {
    font-size: 11px;
}

}

@media(max-width:350px){
  form i.form-control-feedback.fa.fa-check {
    left: 92%;

}
}



