/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2022 | 12:51:47 */
html {
	scroll-behavior: smooth !important;
}

.notice-to-form {
	margin-bottom: 0 !important;
}

.custom-notice {
	padding: 20px;
	border-radius: 10px;
}

.custom-notice b {
	font-weight: 700;
}

.custom-notice--info {
	background: var(--notices-warning-bg);
	display: flex;
	flex-direction: row;
}

.custom-notice__desc--info {
	color: #FFF;
	font-size: 16px;
}

.custom-notice__icon--info {
	margin-right: 10px;
	min-width: 20px;
}

.custom-notice--info a {
	color: #FFF !important;
	font-weight: 600;
	text-decoration: underline;
}

.page-id-32599 #pl-login-trouble-form .vern_notice {
	display: none;
}