.brand {
  gap: 0;
}

.brand img {
  display: block;
  width: min(100%, 240px);
  height: auto;
}

.brand strong,
.brand span {
  display: none;
}

.mini-brand {
  gap: 0;
}

.mini-brand img {
  display: block;
  width: 120px;
  height: 36px;
  object-fit: contain;
  object-position: left center;
}

.login-footer {
  width: min(100%, 420px);
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  text-align: center;
}

.login-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.login-footer a:hover,
.login-footer a:focus {
  border-bottom-color: #fff;
}

.login-footer span {
  display: block;
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
