.kc-required { color: #d93025; font-weight: 700; margin-left: 4px; }
.kc-label { display:block; margin-bottom: 6px; font-weight: 600; }

.kc-error {
  display: none;
  color: #d93025;
  margin-top: 6px;
  font-size: 12px;
}

.kc-invalid input,
.kc-invalid textarea,
.kc-invalid select {
  border: 2px solid #d93025 !important;
  outline: none;
}

.kc-invalid .kc-error { display: block; }

.kc-status {
  padding: 12px 14px;
  border-radius: 10px;
  margin: 10px 0 0 0;
  font-weight: 600;
}

#kc-form-status { margin-top: 16px; }

.kc-status.success { background: #e6f4ea; color: #27C63B; border: 1px solid #13733333; }
.kc-status.error   { background: #fce8e6; color: #a50e0e; border: 1px solid #a50e0e33; }