/* here you can put your own css to customize and override the theme */



#password-strong.short{
	color:#ff5722;
}
#password-strong.weak{
	color:#ffc107;
}
#password-strong.good{
	color:#00bcd4;
}
#password-strong.strong{
	color: #4caf50;
}

#password-strong {
	font-size: 14px;
	font-weight:bold;
}

#password-strong div {	
	width: 100%;
	height: 3px;
	margin-top: 5px;
}

#password-strong.short div {
	background: #ff5722;
	width: 20%;
}

#password-strong.weak div {
	background: #ffc107;
	width: 40%;
}

#password-strong.good div {
	background: #00bcd4;
	width: 80%;
}

#password-strong.strong div {
	background: #4caf50;
	width: 100%;
}