/* Minimal theming to match screenshot tone */
.container.p-4.bg-light.rounded {

}

/* form text color and input backgrounds */
.container .form-label {
  color: #222;
  font-weight: 600;
}

.container .form-control, .container .form-select {

  border: 1px solid #333;
}
.vnm-form h4 {
    text-align: center;
    margin-bottom: 20px;
}
