body {
    background-image: url(https://s3.us-east-1.amazonaws.com/bucket.aws.ope.public/Fabio_Leon/Camada%201.png);
    font-size: inherit !important;
    color: #047245 !important;
    font-family: MinhaFonte, Arial, 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: #0A7763 !important;
    justify-content: flex-start !important;
    font-family: MinhaFonte, Arial, sans-serif !important;
    padding-top: 0px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    border-radius: 10px;
    box-shadow: 0 0 7px 0px #000 !important; /* Insere borda e sombreado no bloco do formulario*/
}

#bodyViewPageCanDel {
    background-color: rgba(255, 255, 255, 0.5) !important;
    justify-content: flex-start !important;
    font-family: MinhaFonte, Arial, sans-serif !important;
    padding-top: 0px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    border-radius: 10px;
    box-shadow: 0 0 7px 0px #fff !important; /* Insere borda e sombreado no bloco do formulario*/
}
#bodyViewPage {
    background-color: transparent !important;
    justify-content: flex-start !important;
    font-family: MinhaFonte, Arial, sans-serif !important;
    padding-top: 10px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
}

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

span {
    color: #ffffff !important;
    background-color: transparent !important;
    font-family: MinhaFonte, Arial, sans-serif !important;
    font-size: 18px !important;
}

input, select {
    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: #201747 !important; /* Mudar a cor da borda dos campos de imput*/
    border-radius: 10px !important;
    border-width: 1px !important;
    font-family: MinhaFonte, Arial, 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;
}

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

label {
    color: #fff!important;
    display: inline-block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: bold !important;
}

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

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

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

#body_landing_page .div_pai {
    max-width: 800px !important;
    background: none !important;
}

h3 {
    font-size: 16px !important;
    font-family: MinhaFonte, Arial, sans-serif !important;
    color: #fff !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: #fff !important; /* Mudar cor do backgroud do botão de Registrar-se*/
    border-bottom-style: solid !important;
    border-color: #fff !important; /* Mudar cor da borda do botão de Registrar-se*/
    border-left-style: solid !important;
    border-radius: 10px !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-width: 3px !important;
    color: #0A7763 !important; /* Mudar cor da fonte do botão de Registrar-se*/
    cursor: pointer !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    font-family: MinhaFonte, Arial, 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-color: #fff; /* (Mobile )Mudar a cor de backgroud para uma cor solida, caso queira usar uma imagem utilizar  background-image: url("#")*/
        font-size: inherit !important;
        color: rgb(255, 255, 255) !important;
        font-family: MinhaFonte, Arial, 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: #1f94d2 !important;
        border-left-style: none !important;
        border-radius: 0px !important;
        border-right-style: none !important;
        border-top-style: none !important;
        border-width: 0px !important;
    }

}