body {
  background-color: #000 !important; 
  color:  #000 !important; 
}

.light-login {
	background-color: #000 !important;
}

.login-logo > img {
  max-width: 50vw; }

.login-container:after {
  content: "";
  position: absolute;
  width: inherit;
  height: 42px;
  background: url(/images/beconz_logo_white.png) right no-repeat;
  background-size: contain; 
  transform: translateX(-30px); }

.own-logo {
	width: 172px; 
	height: 40px;
	margin-top: 5px;
	padding-right: 15px;	
    background: url(/images/beconz_logo_white.png); 
	background-size: cover; }

.branding {
  position: fixed; 
  left: 25em; 
  padding-top: 10px; 
  z-index: 1111; }
  .branding > img {
    max-height: 25px; }	  
