#oe-signup-content * {
  box-sizing: border-box;
  font-family: "Nexa Light", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

#oe-signup-content {
  text-align: center;
}

#oe-signup-content p, #oe-signup-content ul {
  margin-top: 0;
}

#oe-signup-content .oe-container {
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
  text-align: left;
}

#oe-signup-content input[type="text"], #oe-signup-content input[type="email"] {
  -webkit-appearance: none;
  border: 1px solid #dfdfdf;
  padding: 6px;
  width: 100%;
}

#oe-signup-content input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  background: #991d97;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

#oe-signup-content .oe-error {
  border: 1px solid #cf0058;
  background: #F6EEF2;
  color: #cf0058;
  margin-bottom: 2em;
  padding: 10px;
}

#oe-signup-content .oe-success {
  border: 1px solid #8ec63f;
  color: #8ec63f;
  margin-bottom: 2em;
  padding: 10px;
}