/* Minimal overrides — core system is sfasteners.css */

html {
  height: 100%;
}

body.sf-body {
  margin-bottom: 0;
}

.form-control:focus {
  border-color: var(--s-supblue);
  box-shadow: 0 0 0 0.2rem rgba(41, 171, 226, 0.22);
}
