header h1 {
  text-align: center;
  font-size: 28px;
  text-shadow: -1px 2px 1px rgba(255,255,255,0.7);
}
header h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #666;
  text-shadow: -1px 2px 1px rgba(255,255,255,0.7);
}
.howitworks {
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}
.howitworks h4 {
}
.howitworks p {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 17px 24px;
}
img.bordered-img {
  border: 3px solid #CCC;
}
.form-signup-mini {
  padding: 10px 15px 14px 15px;
  background: #EBECEC;
  border: 1px solid #D9D9D9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 3px #FFFFFF inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 3px white inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 3px white inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 3px #FFFFFF inset;
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 3px #FFFFFF inset;
  position: relative;
}
.form-signup-mini h4 {
  font-size: 17px;
  color: #444;
  letter-spacing: 1px;
}
.form-signup-mini hr {
  margin: 10px 10px 10px 0;
}
.form-signup-mini input {
  width: 95%;
  padding: 15px 6px;
  font-weight: bold;
  color: #B1B1B1;
  font-size: 13px;
}
.howitworks-steps {
  background: url('https://pt-br.dakwak.com/assets/content_steps.png') no-repeat;
  width: 440px;
  height:362px;
}
.steps {
  font-size: 18px;
  color: white;
  text-shadow: 1px 2px 0 #026799;
  width: 100%;
  text-align: center;
  position: relative;
}
.step1 { top: 15%; }
.step2 { top: 30%; }
.step3 { top: 50%; }
.step4 { top: 66%; }