body {
  background: #313131;
  /* background-image: url("//www.brewrex.nl/images/2017/11/brewrex-bg.png"); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  min-width: 0;
  color: #444;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

#login h1 a { 
	background-image: url("//www.brewrex.nl/images/2017/11/brewrex.png") !important; 
	z-index: 9999;
	background-size: 384px;
	background-position: center;
	background-repeat: no-repeat;
	color: #999;
	height: 100px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 15px;
	padding: 0;
	text-decoration: none;
	width: 384px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}


.message {
  border-left: 4px solid #f7aa00 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.button-primary {
  background: #f7aa00 !important;
  border: #f7aa00 !important;
  color: #fff;
  text-decoration: none;
}