#jGrowl {
  margin: auto 20px;
}

#jGrowl .jGrowl-notification {
  position: relative;
  width: 380px;
  font-size: 150%;
  margin: 19px auto;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: none;

  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;

}

#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #1030B4 !important;
}

#jGrowl .jGrowl-notification .jGrowl-message {
  color: #000 !important;
  line-height: 109%;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

#jGrowl .jGrowl-closer {
  margin: 0 auto;
  font-size: 119%;
  line-height: 100%;
  width: 350px;
  padding: 5px 0;
  background: #1030B4;
  ;
}

/* классы my-message-success и my-message-error добавляются в js assets/js/form-validation.js */
#jGrowl .jGrowl-notification.my-message-success {
  border: 1px solid #1030B4;
  box-shadow: none;
  display: none !important;
  /* вместо нее появляется попап */
}

#jGrowl .jGrowl-notification.my-message-error {
  border: 1px solid #ef3535;
  display: none !important;
}

#jGrowl .jGrowl-notification.my-message-error .jGrowl-close {
  color: #ef3535 !important;
}

/* Из assets/componets/ajaxform/css/default.css */
.af-message-success,
.af-message-error,
.af-message-info {
  background-color: #fff !important;
  color: #000
}

.ajax_form .error {
  color: #ef3535 !important;
}