.auth-page--split {
  overflow: auto;
}

.auth-page--split .auth-shell {
  overflow: hidden;
}

.auth-left {
  position: absolute;
  inset: 0 auto 0 0;
  width: 49.58%;
  overflow: hidden;
  border-right: 1px solid var(--panel-border);
}

.auth-left__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #fff;
}

.auth-left__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-logo {
  position: absolute;
  top: 67px;
  left: 63px;
  width: 52px;
  height: 52px;
}

.auth-logo__line {
  position: absolute;
  top: 7.65px;
  left: 3.98px;
  width: 42.824px;
  height: 1.224px;
  background: var(--text-secondary);
}

.auth-logo__word {
  position: absolute;
  top: 9.36px;
  left: 3.9px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 24.96px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4992px;
  white-space: nowrap;
}

.auth-copy {
  position: absolute;
  right: 45px;
  bottom: 32px;
  left: 45px;
  margin: 0;
  color: var(--text-secondary);
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.75px;
}

.auth-copy p {
  margin: 0;
}

.auth-right {
  position: absolute;
  inset: 0 0 0 49.58%;
  overflow: auto;
  background: #fff;
}

@media (max-width: 900px) {
  .auth-page--split .auth-shell {
    border-radius: 0;
  }

  .auth-left {
    display: none;
  }

  .auth-right {
    inset: 0;
  }

  .auth-logo {
    top: 32px;
    left: 32px;
  }

  .auth-copy {
    right: 24px;
    bottom: 24px;
    left: 24px;
    font-size: 22px;
    line-height: 28px;
  }
}
