#wallpaper {
	background-image: url("https://mollie-production.s3.eu-central-1.amazonaws.com/documents/000412995/015140561-profilewallpaper-97055.jpg");
	display: block;
}

#header-blurred-wallpaper {
	background-image: url("https://mollie-production.s3.eu-central-1.amazonaws.com/documents/000412995/015140561-profilewallpaper-97055.jpg");
	display: block;
}

#cancel-button .button--link,
.policy-links,
.language-switcher select,
.language-switcher .language-switcher__arrow {
       color: rgba(255,255,255,0.8);
}

#cancel-button .button--link:hover,
#cancel-button .button--link:focus,
.policy-links .policy-links__link:hover,
.policy-links .policy-links__link:focus,
.language-switcher:hover select,
.language-switcher:hover .language-switcher__arrow {
       color: #fff;
}

.language-switcher select option {
   /* Fix for browsers on Windows with native select. Options in select will inherit color */
	color: #71747b;
}#logo {
	visibility: visible;
}

#logo #logo-retina {
	background-image: url("https://mollie-production.s3.eu-central-1.amazonaws.com/documents/000412995/015140551-profilelogo-97055.png");
}

.compact-logo {
    visibility: visible;
}

.compact-logo .compact-logo__retina {
    background-image: url("https://mollie-production.s3.eu-central-1.amazonaws.com/documents/000412995/015140551-profilelogo-97055.png");
}button#submit-button,
[name='submit'][name='submit']  {
  color: #ffffff;
  background: #0077ff;
}