.password-strength-container {
	
}

.password-strength {
	display: block;
	border-bottom: 4px solid;
	color: red;
	width: 5%;
}

.password-strength-value {
	font-size: 60%;
	color: grey;
}