#logo {
  content: url(/branding/habitue-logo.svg) !important;
}
#layout-menu, .toolbar.menu { background-color: #1a1a2e !important; }
#layout-menu a, .toolbar.menu a { color: #e0e0ff !important; }
#login-form .btn-primary,
.toolbar .button.selected,
a.button.selected {
  background-color: #6c63ff !important;
  border-color: #6c63ff !important;
}
#login-form .btn-primary:hover { background-color: #5a52d5 !important; }
a:hover, a:focus { color: #6c63ff !important; }
#login-footer::before {
  content: 'Habitue — Correo';
  display: block;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}
