/* Header */
#header {
  background: #0e141c !important;
  border-bottom: 1px solid #1f2a36 !important;
}
#header #site-name a { color: #e8eef6 !important; }

/* Sidebar & breadcrumbs */
.module h2, .module caption, .inline-group h2 {
  background: #121a23 !important;
}
.breadcrumbs {
  background: #0e141c !important;
  border-bottom: 1px solid #1f2a36 !important;
}

/* Buttons */
.button, input[type=submit], input[type=button], .submit-row input, a.button {
  border-radius: 10px !important;
  background: #1a2633 !important;
  border: 1px solid #1f2a36 !important;
}
.button:hover, input[type=submit]:hover, a.button:hover {
  filter: brightness(1.1);
}

/* Forms/cards */
.module, .inline-group, .app-auth.module, .app-aggregator.module {
  border-radius: 14px !important;
  border: 1px solid #1f2a36 !important;
}
