html,
body {
  height: 100%;
  font-family: var(--metro);
}

body {
  background-color: var(--body);
}

.form-signin {
  width: 500px;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  margin-top: 20vh;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.top-navbar {
  position: absolute !important;
}

/* Featured */
.featured-section {
  background-image: url('/images/backgrounds/islamic-galaxy-planets.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 900px;
  min-height: 85vh;
  padding: var(--five-percent-padding);
}