/* --- Platform Background --- */
.platform-ui-layout.layout--logged-out .layout__root {
	background-image: url('custom/background.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
 
/* Logo for page footer middle after login */
body.logged-in #page-closure::before {
  content: "";
  background: url(/custom/logo.png) no-repeat;
  background-size: 200px;
  height: 32px;
  left: 5px;
  margin-bottom: -15px;
  margin-left: 5px !important;
  margin-top: -15px;
  width: 200px;
}