.email_feedback {
  margin-top: 10px;
  font-weight: bold;
}

.email_feedback.success { color: green; }
.email_feedback.invalid,
.email_feedback.error { color: red; }
