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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.photo-preview {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background: #fff;
  object-fit: cover;
}

.photo-preview-sm {
  width: 56px;
  height: 56px;
}

.photo-preview-md {
  width: 84px;
  height: 84px;
}

.photo-preview-lg {
  width: 220px;
  height: 220px;
}

.photo-preview-contain {
  object-fit: contain;
  padding: 0.25rem;
}
