.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0px; }

.alert-danger {
  background-color: #f3515c;
  border-color: #d4323d;
  color: #fff; }