div.form-message {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
div.success {
  color: rgb(91, 218, 17);
}
div.error {
  color: rgb(248, 27, 27);
}