.lang-switcher-login {
  position: fixed;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  font-weight: 600;
  font-size: 13px;
  color: #475569;
  z-index: 1000;
}

.lang-switcher-login:hover {
  opacity: 0.7;
}

.lang-icon {
  width: 16px;
  height: 16px;
  color: #64748b;
}

.lang-code {
  color: #475569;
  font-weight: 600;
  text-transform: uppercase;
}

.password-register-feedback {
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
  color: #64748b;
}

.is-hidden {
  display: none;
}

.password-input-with-toggle {
  padding-right: 44px;
}

.login-error {
  display: none;
  color: #ef4444;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.eye-off-hidden {
  display: none;
}
