/* Beginning of custom styles */

#login::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 672px;  /* 50% of 1344px */
	height: 640px; /* 50% of 1280px */
	background-image: url('img/couch-pepe.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	pointer-events: none;
	z-index: -10;
	opacity: 0.33;
}

#login h1 {
  margin: .4em -200px .67em -200px !important;
}

/* End of custom styles */
