body {
    background-color: #fff; /* Mudar a cor de backgroud para uma cor solida, caso queira usar uma imagem utilizar  background-image: url("#")*/
    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-top: 0px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    box-shadow: 0 5px 15px 0 #4ad3a7 !important; /* Insere borda e sombreado no bloco do formulario*/
}

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

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

input, select {
    color: #00399c !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: #00399c !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: #00399c!important;
    display: inline-block !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16spx !important;
    font-style: normal !important;
    font-weight: bold !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;
}

#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;
    /* border-radius: 35px !important; */
}

#body_landing_page .div_pai {
    /* background-color: rgba(247,244,244,1) !important; */
    max-width: 800px !important;
    background: none !important;
}

h3 {
    font-size: 22px !important;
    font-family: Raleway, sans-serif !important;
    color: #1f94d2 !important;
    /* 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: #00399c !important; /* Mudar cor do backgroud do botão de Registrar-se*/
    border-bottom-style: solid !important;
    border-color: #00399c !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;
    color: #ffffff !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: 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-color: #fff!important; /* (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: 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: #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;
}
}