.signup {
  font-family: "Open Sans", sans-serif;
  background-color: rgb(109, 112, 114);
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.4rem;
  clear: left;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}

.signup .offer {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 140%;
  color: white;
  font-weight: bold;
  line-height: 1.4em;
}

.signup .suboffer {
  text-align: center;
  color: #22ff22;
  margin-bottom: 2em;
  font-size: 110%;
}

.signup .fieldset {
  width: 80%;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.signup .fieldset .mc-field-group input {
  width: 100%;
  margin-bottom: 1rem;
  line-height: 2rem;
  padding-left: 1rem;
  border-radius: 0.4rem;
  border: none;
}

.signup input::placeholder {
  color: #a0a0a0;
}

.signup .button {
  background-color: rgb(255, 212, 1);
  color: rgb(36, 42, 44);
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2rem;
  border-radius: 0.4rem;
  border: none;
  margin-bottom: 2rem;
  cursor: pointer;
}

.signup .promise {
  color: white;
  opacity: 0.5;
  font-size: 85%;
}

.signup .response {
  line-height: 1.4em;
  margin: 0 0 2em 0;
  top: 0;
  float: none;
  width: 100%;
  color: #27ea3b;
}

.signup input::placeholder {
  color: #a0a0a0;
}