.cognito-pw-requirements {
	background: #f0f0f1;
	border-left: 4px solid #2271b1;
	padding: 10px 14px;
	margin: 12px 0 4px;
	font-size: 13px;
	line-height: 1.6;
}
.cognito-pw-requirements p {
	margin: 0 0 6px;
	font-weight: 600;
}
.cognito-pw-requirements ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cognito-pw-requirements li {
	padding-left: 20px;
	position: relative;
}
.cognito-pw-requirements li::before {
	content: "\2717";
	position: absolute;
	left: 0;
	color: #d63638;
	font-weight: 700;
}
.cognito-pw-requirements li.pass::before {
	content: "\2713";
	color: #00a32a;
}
