body[data-page="auth"] #ebuy-header,
body[data-page="auth"] footer {
  display: none;
}

body[data-page="auth"] main {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body[data-page="auth"] .container {
  padding-top: 0;
  padding-bottom: 0;
}

.auth-brand__logo {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.auth-brand__text span {
  color: var(--eb-auth-brand-accent);
}

.auth-brand__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.auth-brand__img {
  height: 42px;
  width: auto;
  display: block;
}

.auth-password-toggle {
  cursor: pointer;
  color: var(--eb-auth-brand-accent);
}
