.alert-light {
  border-color: $light;
  background: $white;
}
.alert-dark {
  border-color: $gray-400;
  background: $gray-200;
}
