.alert-message {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-message-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-message-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-message-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}