.passInt>.arrow::after {
	border-bottom-color: #f8f8f8 !important;
}

.passInt {
	border-radius: 6px !important;
	background-color: #f8f8f8 !important;
	opacity: 0.88 !important;
	border: solid 1px #bbbbbb !important;
	width: 21.375em !important;
    max-width: 21.375em !important;
}

.passed {
	color: #4a8534;
}

.failed {
	color: #888888;
}

.passwordMessagerules {
	list-style: none;
	display: grid;
    padding-left: 0px;	
}

.passwordMessageFont {
	font-family: Lato;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	padding-left: 0.5em;
}

.passwordContainer {
	display: none;
}

.passwordMessagerules li {
	display: flex;
	margin-bottom: 0.45em;
    margin-top: 0.45em;
}
