.account--register-clean {
  min-height: 100vh;
  background: hsl(var(--body-bg));
}

.account--register-clean .account__right {
  width: 100%;
  min-height: 100vh;
  padding: 72px 24px 48px;
  justify-content: center;
  background: hsl(var(--body-bg));
}

.account--register-clean .account-content {
  width: min(520px, 100%);
  margin: 0 auto;
}

.account--register-clean .account-content__title {
  margin-bottom: 34px !important;
  text-align: center;
}

.account--register-clean .dark-light-mode {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 5;
}

@media (max-width: 767px) {
  .account--register-clean .account__right {
    padding: 70px 18px 34px;
  }

  .account--register-clean .account-content__title {
    margin-bottom: 26px !important;
    font-size: 25px;
  }

  .account--register-clean .dark-light-mode {
    top: 14px;
    right: 14px;
  }
}
