/* ALERTIFY OVERRIDE */
.ajs-header {
  border-top-right-radius: 25px !important;
  border-top-left-radius: 25px !important;
  background: #1d4e97 !important;
  color: white !important;
  text-shadow: 0px 0px 3px #000000, 0px 3px 16px #000000;
}
.alertify .ajs-dialog {
  border-radius: 25px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #1d4e97 !important;
}
.ajs-footer {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}
.alertify-notifier .ajs-message.ajs-error {
  background: #E52D27 !important;
  border-radius: 25px;
}
.alertify-notifier .ajs-message.ajs-success {
  background: #62A522 !important;
  border-radius: 25px;
}
.ajs-message.ajs-warning.ajs-visible {
  color: white !important;
  background: #D86600 !important;
  border-radius: 25px;
}
/* END ALERTIFY */