.login-button-close {
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  border: 0;
  color: #111114;
  cursor: pointer;
  display: grid;
  height: 32px;
  outline: none;
  padding: 0;
  place-items: center;
  position: absolute;
  right: var(--page-horizontal-padding);
  text-decoration: none;
  top: 16px;
  touch-action: manipulation;
  width: 32px;
  z-index: 2;
}
.login-button-close svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 24px;
}
.login-section-luxora-welcome-back {
  margin: 24px auto auto;
  width: 100%;
}
.login-container-luxora-welcome-back {
  background: #111114;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 22px;
  font-weight: 600;
  height: 48px;
  margin: 0 auto 12px;
  place-items: center;
  width: 48px;
}
.login-text-luxora {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin: 0 0 30px;
  text-align: center;
}
