body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
    margin: 0;
    background-image: url('img_lj/fundo.jpg'); /* Caminho para a imagem de fundo */
    background-size: cover; /* Redimensionar a imagem para cobrir todo o espaço */
    background-repeat: no-repeat; /* Evitar repetição da imagem */
    background-position: center center;
}

#busca {
    text-align: center;
}

#txtbusca {
    border: 0px solid #222;
    background: #EEE;
    width: 130px;
    height: 34px;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    line-height: 36px;
}

#btnBusca {
    background: #00cccc;
    border: 0 none;
    color: #FFF;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#btnBusca:hover {
    background: #ffffff;
}

/* Centralize o contêiner */
.captcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Ajuste conforme necessário */
}

/* Estilo adicional, se necessário */
.cf-turnstile {
    /* Você pode adicionar estilos adicionais aqui */
}