.bg, body, html {
    background-image: linear-gradient(
        to top,
        #ffffff,
        #eef0fe,
        #d4e4fe,
        #b2dafd,
        #87d1f7,
        #6cc8f2,
        #4bc0ec,
        #00b7e6,
        #00abe5,
        #009fe2,
        #0093de,
        #0886d9,
        #1079d5,
        #196cd1,
        #205fcf,
        #2953ca,
        #3046c6
    );
    /* Para ajustar a imagem ao tamanho da tela */
    background-repeat: no-repeat;
    background-size: auto;
}


/* Estilo padrão para o input */
input {
    background-color: rgba(255, 255, 255, 0.342);
}


.email-container{
    background: radial-gradient(circle at 25%, white 0%, #10dbdb 100%);
}

.input-anim{
    transform: translateY(270px); /* Iniciar a -270px */
    opacity: 0; /* Iniciar oculto */
}

.label-text-anim {
    transform: translateY(-270px); /* Iniciar a -270px */
    opacity: 0; /* Iniciar oculto */
}

.text-list {
    font-family: 'bold', sans-serif;
    color: white;
    font-weight: 550;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 36px;
}


@media (max-width: 991px) {
    .custom-row {
        flex-direction: column-reverse; /* Inverte a ordem das colunas em telas menores */
    }
    /* .mobile-field{
        height: 100vh;
    } */
    /* Estilo para o input quando estiver dentro de um elemento com fundo azul */
    .container-with-blue-bg{
        color: black;
    }

    .text-list {
        font-family: 'bold', sans-serif;
        color: rgb(0, 0, 0);
        font-weight: 550;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 0em;
        line-height: 36px;
    }

    .input{
        border: 1px solid black !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}
/* Aumente a altura dos elementos Select2 */
.select2-container .select2-selection--single {
    height: 40px !important; /* Ajuste a altura desejada aqui */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}


/* .select2-selection--single{
    border-radius: 15px !important;
    height: 45px !important;
} */

/* Ajustar a posição vertical do Select2 */
/* .select2-selection__rendered {
    margin-top: -10px !important;
    line-height: 46px !important;
} */

/* .select2-selection__arrow::after {
    display: none;
} */

/* .select2-dropdown--below{
    height: 267px !important;
} */
