.alertify-dialog-success{
   background-color:    rgb(92,184,17);
}

.alertify-dialog-warning{
   background-color:    rgb(254,26,0);
}

.alertify-dialog-success .alertify-message,
.alertify-dialog-warning .alertify-message{
   color:               white;
   font-size:           2.4em;
   line-height:         1em;
}

.alertify-dialog-success .alertify-button-ok,
.alertify-dialog-warning .alertify-button-ok{
   background-color:    grey !important;
}