/* Footer unterhalb des Formulars */
.login-footer {
  margin-top: var(--spacing);
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.login-footer a {
  color: var(--text-secondary);
  text-decoration: none;
  margin: 0 0.25rem;
  transition: color 0.2s;
}
.login-footer a:hover {
  color: var(--text-primary);
  text-decoration: underline;
}
.login-footer .sep {
  margin: 0 0.25rem;
}
.login-footer .copyright {
  margin-top: 0.25rem;
}
