.rating {
	font-weight: bold;
	width: 100px;
	background-color: #396CFB;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	color: white;
	display: inline-block;
	margin-left: 2px; 
	padding: 5px;
	text-transform: uppercase;
}

.weakPassword {
	background-color: #EF1111;
}

.moderatePassword {
	background-color: #ecb900;
}

.strongPassword {
	background-color: #06791b;
}