body {
  background-image: url("https://s3.us-east-1.amazonaws.com/bucket.aws.ope.public/lp_169846/BG%20Zoop.jpg") !important;
  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;
}

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

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

input,
select {
  color: #000 !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: #fff !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: #fff !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: #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: 40px !important;
  border-right-style: solid !important;
  border-top-style: solid !important;
  border-width: 3px !important;
  color: #fb6b24 !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;
}

#divViewHeaderCompleted {
	margin-top: 40px !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 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

p {
  font-size: 16px !important;
  font-family: Raleway, sans-serif !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}

@media (max-width: 768px) {
  body {
    background-image: url("https://s3.us-east-1.amazonaws.com/bucket.aws.ope.public/lp_169846/BG%20Zoop%20Mobile.jpg") !important; /* (Mobile )Mudar a imagem de backgroud */
    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;
  }
}
