body {
  background-color: #444;
}
body #content .nambu-login button {
  background: #C8D068;
  color: #444;
}
body #content .nambu-login a {
  color: white;
}
body #content .nambu-login a:hover {
  color: #C8D068;
}
body #content .touchpoint-login button {
  background: #e0004d;
  color: #FFF;
}
body #content .touchpoint-login #content {
  background: rgba(255, 255, 255, 0.9);
}
body #content .touchpoint-login #content .side-panel {
  color: #FFF;
}
body #content .touchpoint-login #content button {
  color: white;
}
body #content .touchpoint-login a {
  color: #FFF;
}
body #content .touchpoint-login a:hover {
  color: #e0004d;
}
body #content .visionaer-login button {
  background: #000;
  color: #FFF;
}
body #content .visionaer-login a {
  color: white;
}
body #content .visionaer-login a:hover {
  color: #000;
}
body #background {
  background-image: none;
  background-color: #666;
  width: 100%;
}
body #contentBackground {
  left: calc(50% - 240px);
}
body #content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 70px);
  margin-bottom: 70px;
  padding: 0;
  background-color: transparent;
}
body #content .logo-container {
  text-align: center;
}
body #content .pimcore-logo, body #content .publisher-logo {
  margin-bottom: 30px;
  min-width: 100%;
  max-width: 20rem;
}
body #content p {
  margin-top: 0;
}
body #content #loginform {
  width: 600px;
  background: #444;
  box-shadow: 0px 0px 4px 5px rgba(50, 50, 50, 0.2);
  display: flex;
}
body #content #loginform .login {
  background: #555;
  padding: 30px;
  flex: 1 1 350px;
}
body #content #loginform .publisher {
  background: #888;
  padding: 30px;
  flex: 1 1 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #content #loginform .publisher img {
  max-height: 62px;
  margin-bottom: 30px;
}
body #logo {
  display: none;
}
body #footer {
  right: 90px;
  text-align: center;
}

/*# sourceMappingURL=login.css.map */
