body {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.90), rgba(46, 46, 46, 0.27)), url('../images/beengo-bg.jpg');
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.90), rgba(46, 46, 46, 0.27)), url('../images/beengo-bg.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(46, 46, 46, 0.27)), url('../images/beengo-bg.jpg');
  background-size: auto, cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 38px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: block;
  width: 150px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 15px;
  border-radius: 5px;
  background-color: #03bd00;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}
.content {
  margin-top: 120px;
}
.formtext {
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.email {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}