body {
  background-color: #f0f0f0;
}

img[src="/assets/images/logo.svg"] {
  width: 250px;
  height: 76px;
  box-sizing: border-box;
  padding-left: 250px;
  background: url(https://rdlnet.de/logo.png);
}

.app-header > .col {
  float: none;
  text-align: left;
  width: auto !important;
  margin: 0 !important;
}
