#lead-form {
  display: block;
  text-align: center;
  background-color: #0c6596;
  padding-top: 15px;
}
#lead-form input[type=text] {
  margin-bottom: 0;
  height: 27px;
}
.text-error {
  text-shadow: 0px 0px 12px #fff;
  letter-spacing: 1px;
  color: #e74c3c;
  width: 350px;
  padding-left: 5px;
  margin-top: -5px;
  font-weight: 500;
}
#pageBody {
  min-width: 1000px;
}
#splash h1.description {
  padding-top: 15px;
  position: relative;
}
