body.login, body.login #content-main, body #header {
  background: url('/static/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #ffffff; /* Optional: To change the text color for better visibility */
}

body.login #content-main {
  background-color: rgba(0, 0, 0, 0.5); /* Optional: To add a semi-transparent overlay */
}


#header h1 a {
  background-image: url('/static/logo-width.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 50px;  
  width: 200px;   
  text-indent: -9999px;
}
