html {
  background-color: #0B88A4;
  border: 1px solid #14799C;
  box-shadow: inset 0px 1px 5px -1px #34B8C4, inset 0px -1px 3px -1px #0B5374;
  min-height: 100%;
}
body {
  background: transparent;
  font-family: arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#register {
  padding: 30px;
}
#register h2{
  border-bottom: 1px solid #14799C;
  color: white;
  font: normal 400 24px/36px 'Oswald', sans-serif;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-shadow: 1px 1px 1px #0B5374;
}
#register .download {
  margin-top: 20px;
}
.download {
  background: #0B5374;
  border: 1px solid #094763 !important;
  border-radius: 30px !important;
  box-shadow: inset 0px 1px 5px -1px #3EABDD, inset 0px -1px 3px -1px #062635, 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  font: 400 20px 'Droid Serif', Georgia, serif;
  float: left;
  padding: 10px 20px !important;
  text-decoration: none;
  text-shadow: 1px 1px 1px #02283A;
  -webkit-font-smoothing: antialiased;
}
.download:hover {
  background: #0C5D82;
}
#form {
  border-top: 1px solid #3396B8;
  padding-top: 10px;
}
#form p {
  color: white;
}
#form input {
  border: none;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
