* {
    outline: none !important;
    box-shadow: none !important;
}

.div-imagem {
    background-image: url("../../images/desfoca1.jpg");
    /* Substitua pelo caminho da sua imagem */
    background-color: antiquewhite;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Toda a altura da viewport */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}



.mensagem-cookies {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.5s ease;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}

.fechar-mensagem {
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
}


.container {
    background-color: rgba(255, 255, 255, 0.9);
    /* Adiciona um fundo branco translúcido para a coluna de login */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.titulo-caption {
    font-size: 3rem;
    text-align: left;
    font-weight: 700;
}

.subtitulo-caption {
    color: #ffffff;
    text-align: left;
}

.no-padding {
    padding: 0px 0px 0px 28px;
}

.right-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.center-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fundo-color {
    background-color: #0d95e8;
    color: #ffffff;
}

.fundo-color:hover {
    background-color: #015fbf;
    color: #ffffff;
}

@media (max-width: 992px) {
    .max-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .max-none {
        display: none;
    }

    .no-padding {
        padding: 0;
    }

    .container {
        margin: 10px;
    }

}
