body {
  background-color: #444;
}
body .nambu-login #loginform button {
  background: #C8D068;
  color: #444;
}
body .nambu-login a {
  color: white;
}
body .nambu-login a:hover {
  color: #C8D068;
}
body .touchpoint-login #loginform button {
  background: #31348B;
  color: #FFF;
}
body .touchpoint-login a {
  color: white;
}
body .touchpoint-login a:hover {
  color: #31348B;
}
body #hcenter {
  width: 800px;
  max-width: 90%;
}
body #hcenter #header img {
  max-height: 40px;
}
body #content {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
}
body #content > div {
  flex-grow: 1;
}
body #content .form-fields {
  background: none;
  border: 0;
}
body #content .form-fields input {
  opacity: 0.7;
}
body #content #loginform {
  border-top: none;
  background: transparent;
}
body #content .side-panel {
  padding: 30px 20px 10px 20px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
}
body #content .side-panel p {
  margin-top: 0;
}
