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;
}

.login-page {
  min-height: 100vh;
  margin: 0;
  background: #f5f6f8;
}

.login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-form {
  width: 100%;
  max-width: 380px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.login-form h1 {
  margin-bottom: 24px;
  font-size: 1.5rem;
}
