.form-group {
  margin-bottom: var(--space-2);
}

label,
.form-label {
  font-weight: 700;
  color: #183927;
  margin-bottom: 6px;
}

.form-control,
.custom-select,
.input-group-text {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #d8e7de;
  background: #fff;
  color: #1e2a23;
}

.input-group-text {
  background: #f4faf6;
  font-weight: 600;
}

.form-control:focus,
.custom-select:focus {
  border-color: #49b47a;
  box-shadow: 0 0 0 0.2rem rgba(50, 210, 125, 0.2);
}

.form-text,
.invalid-feedback,
.text-muted {
  color: var(--vda-text-muted) !important;
}

.progress {
  height: 10px;
  border-radius: 999px;
  background: #e8f1ec;
}

.progress-bar {
  background: var(--vda-brand-gradient);
}

.alert {
  border-radius: 12px;
  border-width: 1px;
  border-left-width: 4px;
}
