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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

body { background: #f5f6f8; }
main { min-height: calc(100vh - 160px); }
.navbar-brand { font-weight: 800; letter-spacing: .02em; }
.card { box-shadow: 0 .25rem 1rem rgba(0,0,0,.05); }
.setup-steps { display: grid; gap: 1rem; padding-left: 1.25rem; max-width: 760px; }
.setup-steps li { padding-left: .5rem; }
.setup-steps span { display: block; color: #5d6470; }
.auth-card { max-width: 440px; margin: 4rem auto; padding: 2rem; background: white; border: 1px solid #dee2e6; border-radius: .5rem; }
.preserve-lines { white-space: pre-line; }
.checksum { display: block; overflow-wrap: anywhere; margin-top: .5rem; }
