.azelys .alert {
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.azelys .alert-error {
  background: #ffe5e5;
  color: #b00020;
}

.azelys .alert-success {
  background: #e6f7ec;
  color: #1e7e34;
}