.alert {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}
.alert-error {
  background: #ffdddd;
  border: 1px solid #ff5c5c;
  color: #a30000;
}
.alert-success {
  background: #ddffdd;
  border: 1px solid #5cb85c;
  color: #006600;
}

