#body-login .logo {
  background-image: var(--image-logoheader, var(--image-logo, url("../img/logo/logo.svg")));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 175px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  left: unset;
}

#body-user #header, #body-settings #header, #body-public #header {
  display: inline-flex;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  height: 50px;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: burlywood;
}

#content-vue, #content {
  box-sizing: border-box;
  margin-left: 0px!important;
  margin-bottom: 0px!important;
  margin-top: 50px;
  padding: 0;
  display: flex;
  width: 100%;
  height: 96%;
  border-radius: 0px;
  overflow: clip;
  background-color: burlywood;
}