.become-seller .card {
    padding: 20px;
    border-radius: 15px !important;
    box-shadow: 0px 9px 61px 0px rgb(0,0,0,0.08) !important;
    background-color: #fff !important;
}
.become-seller .card .card-header h5{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.become-seller .card .card-header h5 svg{
    margin-right: 10px;
}
.become-seller .card .card-body .form-group{
    margin-bottom: 15px !important;
}
.become-seller .card .card-body .form-group strong input{
    width: 18px;
height: 18px;
accent-color: #073b74;
}
.become-seller  .__card .card-header, .__card .form-control {
    border-color: rgb(207 207 207) !important;
}
.become-seller .card .card-body .form-group span,
.become-seller .card .card-body .form-group .font-size-sm{
    font-size:16px !important;
}
.become-seller .card .card-body .form-group .font-size-sm{
    color:  #073b74;
    font-weight: 500;
}
.become-seller h3{
    margin-bottom: 43px !important;
}
.become-seller .card .card-body .btn-user{
    width: fit-content;
margin: 22px auto;
}
.become-seller .card .card-body .small{
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}

@media (max-width:500px){
    .become-seller h3 {
        margin-bottom: 19px !important;
    }
    .become-seller .card .card-header,
    .become-seller .card .card-body{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .become-seller .card .card-body .form-group span,
    .become-seller .card .card-body .form-group .font-size-sm{
        font-size:14px !important;
    }
    .become-seller .card .card-body .small{
        font-size: 14px;
    }
}
/* .__card {
    background-color: #ebebeb !important;
    border: none !important;
    border-radius: 0px !important;
} */

#form-id {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#form-id fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#form-id fieldset:not(:first-of-type) {
    display: none
}

#form-id input,
#form-id textarea {
    padding: 8px 15px 8px 15px;
    /*             border: 1px solid #ccc; */
    border-radius: 0px;
    /* margin-bottom: 25px; */
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 13px;
    letter-spacing: 1px
}

#form-id input:focus,
#form-id textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--secondary-color);
    outline-width: 0
}

#form-id .action-button {
    width: 100px;
    background: var(--secondary-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#form-id .action-button:hover,
#form-id .action-button:focus {
    background-color: var(--secondary-color)
}

#form-id .action-button-previous {
    width: 125px;
    background: #616161;
    font-weight: bold;
    border-radius: 20px;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#form-id .action-button-previous:hover,
#form-id .action-button-previous:focus {
    background-color: #000000
}

.form-control {
    border-radius: 0px !important;
}

.__shop-apply {
    max-width: 900px !important;
}

.password-container {
    position: relative;
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%;
    position: relative;
    z-index: 0;
}

#progressbar .active {
    color: var(--secondary-color);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 50%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--secondary-color)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--secondary-color)
}

.ct-sign-up-form {
    padding: 20px;
}

.ct-sign-up-form .ct-sign-up-form-step-ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-sign-up-form .ct-sign-up-form-step-ul li {
    float: none !important;
    width: 50% !important;
}

.ct-sign-footer-main {
    gap: 15px;
}
.ct-sign-up-form-step-ul .account-info:before {
    content: "\f00c" !important;
}

.common-border-select{
    border: 1px solid #dae1e7;
}

#progressbar li.account-info:before, #progressbar li.account-info:after{
    background: lightgray !important;
}
#progressbar .account-info{
    color: lightgray !important;
}
.password-input{
    padding-right: 42px !important;
}
.common-border-select .dropdown-menu{
    max-height: 200px;
}
@media (max-width:600px){
    .main-form-sign-up {
        margin: 40px  0 !important;
    }
    #form-id fieldset {
        padding-bottom: 0px;
    }
    #heading {
        font-size: 25px;
    }
    #form-id {
        margin-top: 0;
    }
    .password-input{
        letter-spacing: 0.2px !important;
    }
    #heading{
        font-size: 20px;
    }
}