
body {
    background-image: url(https://s3.us-east-1.amazonaws.com/bucket.aws.ope.public/Cred_167758/LP_BG.jpg.jpeg);
    font-size: inherit !important;
    color: #ffffff !important;
    font-family: Raleway, sans-serif !important;
    height: 100vh !important;
    background-size: cover !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    border-bottom-style: none !important;
    border-color: #ffffff !important;
    border-left-style: none !important;
    border-radius: 0px !important;
    border-right-style: none !important;
    border-top-style: none !important;
    border-width: 0px !important;
}

#bodyViewCadastroParticipante {
    background-color: none !important;
    justify-content: flex-start !important;
    padding: 0px 30px !important;
    
}

a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: Raleway, sans-serif !important;
}


span {
    color: #ffffff !important;
    background-color: transparent !important;
    font-family: Raleway, sans-serif !important;
}

input, select {
    color: #000000 !important;
    color: #000000 !important; /* Mudar a cor da fonte dos campos de imput*/
    background-color: #ffffff !important; /* Mudar a cor do fundo dos campos de imput*/
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-top-style: none !important;
    border-color: #142e13 !important; /* Mudar a cor da borda dos campos de imput*/
    border-radius: 20px !important;
    border-width: 1px !important;
    font-family: Raleway, sans-serif !important; /* Mudar a fonte dos campos de imput*/
    font-size: 16px !important; /* Mudar tamanho da fonte dos campos de imput*/
    box-shadow: inset 0px 2px 3px #ddd !important;
    -webkit-box-shadow: inset 0px 2px 3px #ddd !important;
    -moz-box-shadow: inset 0px 2px 3px #ddd !important;
}

#bodyViewPageLocalizacao {
    margin: 0px !important;
}

label {
    color: #ffffff !important;
    display: inline-block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16spx !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-shadow: 0px 0px 0px #CE5937;
}

#divViewHeader > img:nth-child(1) {
    display: none !important;
}

#imgFundoHeaderCanDel {
    width: 100% !important;
    z-index: 1 !important;
    height: auto !important;
    object-fit: cover !important;
}

.container img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}


#divViewHeader {
    text-align:center !important;
}

#body_landing_page form {
    margin: 0px !important;
}


#body_landing_page .div_pai {
    /*background-color: #7ed72f !important; */
    max-width: 800px !important;
    background: none !important;
}

h3 {
    color: #ffffff !important;
    font-size: 22px !important;
    font-family: Raleway, sans-serif !important;
    text-shadow: 0px 0px 0px #CE5937;
    /* margin-bottom: 10px !important; */
}


#body_landing_page .button_register{
    -ms-flex-align: center !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    align-items: center !important;
    align-self: center !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-bottom-style: solid !important;
    border-color: #142e13 !important; /* Mudar cor da borda do botão de Registrar-se*/
    border-left-style: solid !important;
    border-radius: 40px !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-width: 3px !important;
    cursor: pointer !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: Raleway, sans-serif !important; /* Mudar fonte do botão de Registrar-se*/
    font-size: 22px !important; /* Mudar tamanho da fonte botão de Registrar-se*/
    font-style: normal !important;
    font-weight: bold !important;
    height: 50px !important;
    justify-content: center !important;
    line-height: 1.42857 !important;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    max-width: 280px !important;
    text-align: center !important;
    text-decoration: none !important;
    width: 100% !important;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media (max-width: 768px){
    body{
        background-image: url(https://s3.us-east-1.amazonaws.com/bucket.aws.ope.public/Cred_167758/LP_BG.jpg.jpeg);
        font-size: inherit !important;
        color: rgb(255, 255, 255) !important;
        font-family: Raleway, sans-serif !important;
        height: 100vh !important;
        background-size: cover !important;
        position: relative !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
        border-bottom-style: none !important;
        border-color: #142e13 !important;
        border-left-style: none !important;
        border-radius: 0px !important;
        border-right-style: none !important;
        border-top-style: none !important;
        border-width: 0px !important;
    }
}
