.asx-reset-form .asx-form-message:not(:empty) {
  min-height: 0;
  padding: 11px 12px;
  border: 1px solid #e2e5da;
  border-radius: 10px;
  background: #f8f9f5;
}

.asx-reset-form .asx-form-message.asx-success {
  color: #496021;
  border-color: #cce58b;
  background: #f2ffd4;
}

.asx-reset-form .asx-form-message.asx-error {
  color: #a33f35;
  border-color: #efc5bd;
  background: #fff2ef;
}
