#password > p {margin-bottom:0px}
.password-icon{
	position: absolute;
  right: 5px;
	top: 5px;
	color: #9e9e9e;
  cursor: pointer;
}

.password-list {
	list-style: none;
	padding: 0px;
}

.password-list__item::before {
	content: "∙";
	font-size: 1.2rem;
	min-width:19.2px;
	text-align: center;
	margin-right: 0.25rem;
}

.password-list__item.correct::before {
  font-family: 'Material Icons';
	content: "done";
	color:#4caf50;
}

.password-list__item.incorrect::before {
 	font-family: 'Material Icons';
	content: "close";
	color:#CC0000;
}

.password-list__item{
	display: flex;
	font-size: 0.8rem;
	align-items: center;
	padding: 0px;
}

.form-footer p {font-size:14px;margin-bottom: 0.6rem;}


