body {
    background: #000;
    text-shadow: none;
}

#logo {
    max-height:100%!important;
}

#form_submit {
    background: #FF9E1A;
  border-radius: 10px;
  background-image:none!important;
  color: #fff!important;
    border: 3px solid #fff;
}

#activate-form_submit {
    background: #02b711!important;
  border-radius: 10px;
  background-image:none!important;
  color: #fff!important;
      border: 3px solid #fff;
}

#container-dcb-page {
    background-image: none;
    background: #000;
}

#list-footer-items {
    list-style: none;
    padding-left: 0;
}

#list-footer-items li {
    display: inline-block;
    padding: 5px;
    font-size: 10px;
}

#text-copyright {
    font-size: 10px;
}

#heading-line {
    margin-bottom: 0;
    font-size: 15px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (orientation: landscape) {
	#container-below-logo {
    margin-top: 3.5rem!important;
    }
}
