img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media screen and (min-width: 800px) {
    .logo-mob {
        margin-top: -40px;
        height: 100px;
    }
}

.logo-mob {
    margin-top: 0px;
    height: 80px;
}

.my-auto {
    margin-top: 2px !important;
}

.auth-fluid .auth-fluid-form-box {
    border-top: 0 !important;
    max-width: 600px !important;
    padding: 0rem 3rem 3rem 3rem;
}

/* =========================
    Container principal
    ========================= */
.auth-fluid {
    position: relative;
    display: flex;
    min-height: 100vh;

    /* força o fundo com cor (sobrescreve qualquer outro CSS) */
    background-image: none !important;
    background-color: #F8FAFC !important;
}

/* =========================
    Conteúdo principal (lado direito)
    ========================= */
.auth-fluid-right {
    width: 100%;
    padding: 5rem 2rem 0rem 2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* IMAGEM DE RODAPÉ apenas aqui */
    /* background-image: url("/imgs/login-visual-2.svg"); */
    background-color: #F8FAFC !important;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
    z-index: 2;
}

/* =========================
    LOGO fixa no topo
    ========================= */
.auth-user-testimonial {
    width: 100%;
    position: relative;
}

.auth-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1px;
    padding-bottom: 20px;
    z-index: 10;
}

.auth-logo img {
    max-width: 150px;
    /* ajuste conforme necessário */
    height: auto;
}

/* =========================
    Título e textos
    ========================= */
.hero-title {
    font-size: 44px;
    font-weight: 700;
    color: #2d3c4f;
    margin: 0;
    line-height: 1.05;
}

.highlight {
    color: #2db34a;
}

.hero-subtitle {
    color: #9aa4b6;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 35px;
    line-height: 1.4;
}

/* =========================
    Lista com ícones
    ========================= */
.feature-list {
    position: relative;
    padding-left: 55px;
}

.feature-list::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 15px;
    bottom: 0;
    width: 2px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 28px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2d3c4f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 2px;
}

.feature-text strong {
    color: #2d3c4f;
    font-size: 16px;
}

.feature-text span {
    color: #9aa4b6;
    font-size: 14px;
    line-height: 1.4;
}

/* =========================
    RESPONSIVO
    ========================= */
@media (max-width: 768px) {
    .auth-fluid-right {
        background-image: none;
        /* remove a imagem no mobile */
        padding: 30px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .feature-icon {
        width: 35px;
        height: 35px;
    }

    .feature-text strong {
        font-size: 15px;
    }
}

label {
    display: inline;
}

.InputText-input:focus,
input:not([type="checkbox"]):not([type="radio"]):not([readonly]):not([disabled]).InputText-input:focus {
    outline: none;
    background-color: #FFFFFF;
    color: #111729;
    border-color: #34ad61;
}
