.ew-reempresa-registre-wrapper {
    max-width: 1200px;
    margin: 1.5rem auto;
}

.ew-reempresa-registre-wrapper .recuadre-global {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.8rem 2rem;
    box-shadow: 0 0 18px rgba(0,0,0,0.06);
    margin-bottom: 2rem;
}

.ew-steps-indicator {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ew-step-item {
    flex: 1 1 0;
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem .9rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: .9rem;
    font-weight: 500;
}

.ew-step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    font-size: .85rem;
}

.ew-step-active {
    background: #111827;
    color: #ffffff;
}

.ew-step-active .ew-step-number {
    background: #c8006b;
    color: #fff;
}

.ew-step-completed {
    background: #c8006b;
    color: #ffffff;
}

.ew-step-completed .ew-step-number {
    background: #f3bcd8;
    color: #c8006b;
}

#reempresa-password,
#reempresa-perfil {
    display: none;
}

.ew-wizard-next {
    margin-top: 1rem;
}

[type=submit]:not(:disabled), .button.btn.btn-reempresa {
    background: #111827 !important;
    color: white !important;
    padding: 8px 16px !important;
}

.titol-seccio {
    font-size: 32px;
    font-weight: 700;
}

.txt_intro_pas {
    font-size: 14px;
    font-weight: 400;
}

.requited-cls {
    color: red;
    margin: 2px;
}
.inputs-reg {
    width: 32% !important;
}
.flx-inputs {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

select.form-control, input.form-control, input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px 10px 10px 10px !important;
    color: black;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    appearance: none;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-info-sign:before {
    content: "\e086";
}

.ew-step-item {
    cursor: default;
}

.ew-step-completed {
    background: #c8006b;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 980px) {
    .inputs-reg {
        width: 100% !important;
    }
}

.ew-label-error {
    color: rgb(185, 28, 28);
    font-size: 13px;
    margin-top: 4px;
    display: flex;
    fill: rgb(185, 28, 28);
    align-items: center;
}