.alert {
  display: none;
}

.show-alert {
  display: inherit;
}
