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;
  color: #211712;
  background:
    radial-gradient(circle at top left, rgba(255, 236, 216, 0.52) 0%, rgba(255, 236, 216, 0) 24%),
    radial-gradient(circle at top right, rgba(255, 251, 246, 0.88) 0%, rgba(255, 251, 246, 0) 30%),
    linear-gradient(180deg, #fcfaf7 0%, #f8f2eb 42%, #f1e8dd 100%);
}

.public-entry-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 107, 53, 0.16), transparent 26rem),
    linear-gradient(145deg, #fffaf4 0%, #f6eadc 52%, #ead8c3 100%);
}

.public-entry {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.public-entry__panel {
  width: min(100%, 430px);
  text-align: center;
  color: #20130d;
}

.public-entry__logo {
  width: min(72vw, 270px);
  height: auto;
  display: block;
  margin: 0 auto 1.25rem;
}

.public-entry__eyebrow {
  margin: 0 0 .5rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9b4d22;
}

.public-entry h1 {
  margin: 0;
  font-size: clamp(1.75rem, 6vw, 2.4rem);
  font-weight: 800;
  line-height: 1.08;
}

.public-entry p {
  margin: .85rem auto 0;
  max-width: 28rem;
  color: #60483a;
  font-size: 1rem;
  line-height: 1.55;
}

.public-entry__hint {
  margin: 1.5rem auto 0;
  display: flex;
  align-items: center;
  gap: .85rem;
  max-width: 24rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(72, 43, 28, .14);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .58);
  text-align: left;
}

.public-entry__hint span {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  border-radius: .65rem;
  background: #211712;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}

.public-entry__hint strong {
  color: #2b1b13;
  font-size: .95rem;
  line-height: 1.35;
}

.menu-layout {
  width: 100%;
}

.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;
}
