#logo-wrapper {
    z-index: 10;
}

@media screen and (min-width: 990px) {
	#logo-wrapper {
	    top: 20px;
	}

	#logo > .inner > a.image-logo > img {
	    width: 135px;
	}
}



.signup-wrapper:before {
	content: ' ';
	display: block;
	background-image: url('../../../../images/stripe/stripe-red-top.png');
	background-position: center;
	background-size: cover;
	height: 60px;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: -45px;
}