div.form-message {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
div.success {
  color: green;
}
div.error {
  color: red;
}