.auth-logo {
  width: 80%;
  max-width: 520px;
  height: auto;
}

.auth-login-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.auth-login-wrap {
  transform: translateY(-36px);
}

.lang-select-wrap {
  max-width: 180px;
}

.sidebar-logo {
  display: block;
  max-width: 170px;
  height: auto;
}

.sidebar-section-title {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .7rem;
  opacity: .7;
}

.sidebar .nav-link {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

