.login-language {
  width: 100%;
  height: 44px;
  margin: 12px 0 6px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 10px;
  background: rgba(6, 16, 31, .86);
  color: #eef5ff;
}

.login-signature {
  position: fixed;
  right: 18px;
  bottom: 14px;
  z-index: 3;
  display: grid;
  gap: 3px;
  color: rgba(226, 232, 240, .62);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.login-signature b {
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

html[dir="ltr"] .login-signature {
  right: auto;
  left: 18px;
  text-align: left;
}

html[dir="ltr"] .main,
html[dir="ltr"] .sidebar {
  direction: ltr;
}

html[dir="ltr"] th,
html[dir="ltr"] td,
html[dir="ltr"] .nav button {
  text-align: left;
}

html[dir="ltr"] .hero-copy {
  right: auto;
  left: 64px;
  text-align: left;
}

@media (max-width: 760px) {
  .login-signature {
    position: static;
    margin-top: 14px;
    text-align: center;
  }

  html[dir="ltr"] .hero-copy {
    left: auto;
  }
}
