.event {
  max-width: 35rem;
  margin: 0 auto;
}
.event-header {
  text-align: center;
}
.event-date {
  margin-bottom: .5rem;
  display: block;
}

.honey {
  position: absolute;
  left: -9999px;
}

.registration-header h2 {
  text-align: center;
}
.registration-form {
  width: 22.5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.form-element {
  margin-bottom: 1rem;
}
.form-element label {
  display: block;
  padding: 0 0 .75rem;
  line-height: 1.25rem;
}
.form-element input,
.form-element textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  background: none;
  font: inherit;
  color: inherit;
  padding: .5rem;
  line-height: 1.25rem;
}

/*
.registration-button {
  width: 50%;
  border: 1px solid #ccc;
  background: #e9e9e9;
  font: inherit;
  color: inherit;
  padding: .5rem;
  line-height: 1.25rem;
}
*/

.registration-button {
  width: 50%;
  border: 1px solid #ccc;
  background: #090909;
  font: inherit;
  color: inherit;
  padding: .5rem;
  line-height: 1.25rem;
  transition-duration: 0.4s;
  cursor: pointer;
 } 
.registration-button {
  background-color: white;
  color: black;
  border: 1px solid #555555;
  }
.registration-button:hover {
  background-color: #555555;
  color: white;
 }
 
/* --------------*/
.alert {
  width: 22.5rem;
  margin: 1.5rem auto;
  color: green;
  background: rgba(140, 140, 140, 0.12);
  padding: 1.5rem;
  border-left: 1px solid #007112
}

.alert ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.alert a {
  text-decoration: underline;
}
