.passwordWrapper {
	background: #fff;
	padding: 2px 2px 2px 14px;
	border-radius: 15px;
	color: #2F4546;
	margin-left: 10px;
	display: flex;
	align-items: center;	
	font-weight: 700;
}

.passwordLevel {
	background: #2F4546;
	padding: 4px 14px 6px 10px;
	border-radius: 0 15px 15px 0;
	color: #fff;
	margin-left: 10px;
	font-weight: 300;
}

.green {
	color: rgba(102,255,0,1);
}
.yellow {
	color: rgba(255,255,102,1);
}
.red {
	color: rgba(255,102,102,0.8);
}