/* Add here all your css styles (customizations) */

#form-status.success {
  color: #155724;
  background: #d4edda;
  padding: 10px;
  margin-bottom: 10px;
}

#form-status.error {
  color: #721c24;
  background: #f8d7da;
  padding: 10px;
  margin-bottom: 10px;
}
