/* Versteckt den Login-Link auf allen Seiten */
a.submit[href="/login"] {
  display: none !important;
}