body { background-color: white; }
body, html {
  color: black;
  font-size: 16px;
}
.html .form-control, .html input[type="date"], .html input[type="datetime-local"], .html input[type="email"], .html input[type="file"], .html input[type="month"], .html input[type="number"], .html input[type="password"], .html input[type="search"], .html input[type="tel"], .html input[type="text"], .html input[type="time"], .html input[type="url"], .html input[type="week"], .html textarea, .html select {
  border: 1px solid #000000;
}
.form-check-input {
  border: var(--bs-border-width) solid #000000;
}