.landing-brand span {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: url("/assets/brand-mark.svg") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}

.auth-brand {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 18px;
}

.auth-brand-mark {
  grid-row: 1 / 3;
  align-self: center;
  width: 72px;
  height: 72px;
}

.auth-brand .eyebrow,
.auth-brand h1 {
  grid-column: 2;
}

.auth-brand > p:last-child {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.workspace-logo {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  border-radius: 0;
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 10px 16px rgba(93, 140, 255, .28));
}

@media (max-width: 520px) {
  .auth-brand {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 12px;
  }

  .auth-brand-mark {
    width: 56px;
    height: 56px;
  }
}
