body {
  margin: 0;
  font-family: sans-serif;
  color: white;
  background: url('background.png') no-repeat center center fixed;
  background-size: cover;
}
.container {
  text-align: center;
  padding-top: 80px;
}
.logo {
  width: 340px;
}
form {
  margin-top: 30px;
}
input[type="email"] {
  padding: 10px;
  font-size: 16px;
  width: 300px;
  border: none;
  border-radius: 4px 0 0 4px;
}
button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #f2b632;
  color: black;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
/* Hide honeypot field */
.hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
