/* Remove Bootstrap's focus box-shadow on all elements */
*:focus {
  box-shadow: unset !important;
}
