.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
#prelaunch_signup button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Roboto', Serif;
  font-size: 12px;
  font-weight: 400 !important;
  background-color: #ffd142;
  color: #363636;
  border: 1px solid #d7d7d7;
  padding-top: 6px;
  padding-right: 37.5px;
  padding-bottom: 7px;
  padding-left: 37.5px;
  text-shadow: 1px 1px 0px #ffee66;
}
#prelaunch_signup button:hover {
  background-color: #ffc923;
}
