.alert-custom-success {
  background-color: white;
  border-color: #3d8b3d;
  border-radius: 3px;
  color: #959595;
  padding: 10px; }

.alert-custom-error {
  background-color: white;
  border-color: #cf002d;
  border-radius: 3px;
  color: #959595;
  padding: 10px; }

.alert-custom-error > div [data-notify="title"], .alert-custom-success > div [data-notify="title"] {
  display: block;
  font-weight: bold;
  margin-bottom: -4px;
  font-size: 18px; }

.alert-custom-error > div > [data-notify="icon"], .alert-custom-error > div > [data-notify="title"], .alert-custom-error > [data-notify="message"] {
  color: #cf002d; }

.alert-custom-success > div > [data-notify="icon"], .alert-custom-success > div > [data-notify="title"], .alert-custom-success > [data-notify="message"] {
  color: #3d8b3d; }

.alert-custom-error > [data-notify="message"], .alert-custom-success > [data-notify="message"] {
  font-size: 80%; }

/*# sourceMappingURL=bootstrap-notify.css.map */
