.notice {
	background: #fff;
	border-left: 4px solid #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	margin: 5px 15px 2px;
	padding: 1px 12px;
}

.notice p {
	margin: 0.5em 0;
	padding: 2px;
}

.notice-large {
	padding: 10px 20px;
}

.notice-success {
	border-left-color: #46b450;
	color: #46b450;
}

.notice-error {
	border-left-color: #dc3232;
	color: #dc3232;
}

.wcfd-disabled-form {
	position: relative;
}

.wcfd-disabled-form #wcorg-login-message {
	position: absolute;
	z-index: 10;
	margin: 2.4em;
	padding: 1.8em;
	background-color: #c62828;
	border-radius: 0.25em;
	margin-bottom: 2em;
}

.wcfd-disabled-form #wcorg-login-message p {
	color: #fff !important /* !important to prevent theme from unintentionally overriding */;
}

.wcfd-disabled-form #wcorg-login-message p:first-child {
	margin-top: 0;
}

.wcfd-disabled-form #wcorg-login-message p:last-child {
	margin-bottom: 0;
}

.wcfd-disabled-form #wcorg-login-message a {
	color: #fff;
	text-decoration: underline;
}

.wcfd-disabled-form #wcorg-login-message a:hover,
.wcfd-disabled-form #wcorg-login-message a:focus,
.wcfd-disabled-form #wcorg-login-message a:active {
	color: #eae7e7;
	text-decoration: none;
}

.wcfd-overlay {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/* stylelint-disable-next-line selector-class-pattern */
.wcfd-disabled-form .PDF_pageInner {
	width: auto;
}

@media screen and ( min-width: 470px ) {
	.wcfd-disabled-form #wcorg-login-message {
		margin: 4em;
	}
}
