.success {
  background-color: #00a65a !important;
  color: #fff !important;
  border-color: #008d4c;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.error {
  background-color: #dd4b39 !important;
  color: #fff !important;
  border-color: #d73925;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}