.full-wrapper {
    margin-top: 150px;
    background: white;
    padding: 3rem !important;
    border-radius: 15px;
    max-width: 750px !important;
    position: relative;
    z-index: 0;
    min-width: 470px;
}
.full-form-wrapper {
    padding: 0rem 3rem 2.5rem 3rem;
}
.steps-wrapper {
    text-align: center;
}
.step-header {
    font-weight: 500;
}
.steps-list-wrapper {
    display: flex;
    justify-content: space-between;
}
.steps-list-wrapper,.steps-list-wrapper>form{
    min-width: 350px;
}
/* progress-steps Tracker v2 */
ol.progress-steps[data-steps="1"] li { width: 24%; }
ol.progress-steps[data-steps="2"] li { width: 49%; }
ol.progress-steps[data-steps="3"] li { width: 33%; }
ol.progress-steps[data-steps="4"] li { width: 24%; }
ol.progress-steps[data-steps="5"] li { width: 19%; }
ol.progress-steps[data-steps="6"] li { width: 16%; }
ol.progress-steps[data-steps="7"] li { width: 14%; }
ol.progress-steps[data-steps="8"] li { width: 12%; }
ol.progress-steps[data-steps="9"] li { width: 11%; }

.progress-steps {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 1.25rem 0 0 0;
    padding: 0;
}

.progress-steps li {
    float: left;
    text-align: center;
    position: relative;
}

.progress-steps .name {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    color: black;
}

.progress-steps .step {
    color: #c8c8c8;
    font-weight: bold;
    border: 3px solid #c8c8c8;
    background-color: white;
    border-radius: 50%;
    line-height: 1.75;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    z-index: 0;
    font-size: 20px;
}

.progress-steps .step:before {
    content: "";
    display: block;
    background-color: #c8c8c8;
    height: 0.2em;
    width: 50%;
    position: absolute;
    bottom: 2.9em;
    left: 0;
    z-index: -1;
}

.progress-steps .step:after {
    content: "";
    display: block;
    background-color: #c8c8c8;
    height: 0.2em;
    width: 50%;
    position: absolute;
    bottom: 2.9em;
    right: 0;
    z-index: -1;
}

.progress-steps li:first-of-type .step:before {
    display: none;
}

.progress-steps li:last-of-type .step:after {
    display: none;
}

.progress-steps .done .step,
.progress-steps .done .step:before,
.progress-steps .done .step:after,
.progress-steps .active .step:before {
    background-color: var(--registration-primary);
}
.progress-steps .active .step {
    color: var(--registration-primary);
}
.progress-steps .done .step {
    color: white;
}

.progress-steps .done .step,
.progress-steps .active .step {
    border: 3px solid var(--registration-primary);
}

.password-info {
    color: #c8c8c8;
    position: absolute;
    top: 60.5%;
    right: 4rem;
}

.bottom-right-button {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.bottom-left-button {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;

}
.tooltip-inner {
    max-width: 100% !important;
    text-align: left !important;
}