/* Make the div with the Patreon and login buttons full width */
.gpc-login-container .td-pb-span6:first-child {
	width: 100%;
}

/* Make the Patreon button in the login form fixed width */
.gpc-login-container .ptrn-button {
	width: 272px;
}

/* Hide the wordpress login */
.gpc-login-container .td-pb-span6:last-child {
	display: none;
}

/* Hide the additional title over the login button */
.gpc-login-container .block-title {
	display: none;
}

/* Give "Backer werden" a red background */
.menu-item > a[href$="/abo/"] {
	background-color: #AA0000;
}

/* Hide the "Please login" message in the login form */
.ms-protected-content .ms-membership-form-wrapper .ms-alert-box {
	display: none;
}

/** Remove the first line above the login form */
.ms-membership-form-wrapper legend:first-child {
	display: none;
}

.gpc-login-container .ms-membership-form-wrapper legend {
	display: block;
}

iframe .share-link {
	display: none
}
