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: -100px;
    height: 170px;

}

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

/* =========================
Layout geral
========================= */
.auth-fluid {
    display: flex;
    min-height: 100vh;
    background-color: #F8FAFC;
}

/* =========================
Lado esquerdo (carrossel) - 30%
========================= */
.auth-fluid-right {
    position: relative;
    height: 100vh;
    width: 40%;
    min-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    background-color: #F8FAFC !important;
}

/* =========================
Lado direito (form) - 70%
========================= */
.auth-fluid-form-box {
    width: 60%;
    min-width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}

/* =========================
Limitar largura do formulário
========================= */
@media (min-width: 992px) {
    .w-lg-500px {
        width: 500px !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }
}

/* =========================
Responsivo (mobile)
========================= */
@media (max-width: 992px) {
    .auth-fluid {
        flex-direction: column;
    }

    .auth-fluid-right,
    .auth-fluid-form-box {
        width: 100%;
        min-width: 100%;
        padding: 30px;
    }

    /* No mobile o form fica 100% */
    .w-lg-500px {
        width: 100% !important;
    }
}

.left-text-content {
    position: relative;
    z-index: 2;
    text-align: center;
    /* A mágica acontece aqui */
    margin-top: clamp(0px, 8vh, 160px);
    padding: 30px 20px 0;
}


/* Container do lado esquerdo */
.auth-user-testimonial {
    position: static !important;
    height: 100%;
}

/* IMAGEM colada no rodapé */
.left-bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 200px;
    max-height: 50%;
    background-image: url('/imgs/login1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    /* não interfere em cliques */
}

/* Ajustes em telas grandes */
@media (min-width: 992px) {
    .left-bottom-image {
        min-height: 350px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .left-bottom-image {
        min-height: 180px;
        background-position: center bottom;
    }
}

.auth-fluid .auth-fluid-left,
.auth-fluid .auth-fluid-right {
    padding: 0 !important;
}

#carouselExampleFade {
    margin-top: auto;
    /* empurra o carrossel para o rodapé */
}

.bg-green-login {
    background: linear-gradient(147.04deg, #0ce49b 0.74%, #024e34 99.61%);
}

.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;
}

.highlight {
    color: #2db34a;
}
