html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

input.form-control,
select.form-control,
textarea.form-control {
    height: 25px; /* Adjust as needed */
    padding: 2px 5px; /* Adjust padding as needed */
    font-size: 14px; /* Adjust font size if needed */
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}