@import '../variable';

.alert-danger {
  background: #f3f3f3 !important;
  border-radius: 4px !important;
  color: #fe525b !important;
  border-color: transparent !important;
}

.alert-success {
  background: $color-additional-green !important;
  border-radius: 4px !important;
  color: $color-main-white !important;
  font-weight: bold;
  border-color: transparent !important;
}
