
/* Hide default listmonk logo/brand mark */
.logo, [class*="logo"], img[alt*="listmonk"], nav .brand {
  display: none !important;
}
/* Powered-by footer */
footer p, .powered-by {
  display: none !important;
}
/* Page background */
body {
  background: #f8f5f2 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
/* Button brand color */
.btn-primary, button[type=submit] {
  background: #b5405e !important;
  border-color: #b5405e !important;
}
