.pswd_info {
	list-style: none;
	margin: 5px 0px;
	padding: 0;
}
.pswd_info .invalid {
	padding-left: 20px;
	background:url(../images/invalid.png) no-repeat 0 50%;
	color: #d9534f;
}
.pswd_info .valid {
	padding-left: 20px;
	background:url(../images/valid.png) no-repeat 0 50%;   
	color: #5cb85c;
}
#password-strength-status {
	text-transform: uppercase;
	padding: 5px 10px;
	color: #000000;
	border-radius: 4px;
	margin-top: 5px;
}
.veryweak-password {
	color: #d9534f !important;
	background-color: rgba(217, 83, 79, 0.2);
    border: 1px solid #d9534f;
}
.weak-password {
	color: #d35400 !important;
	background-color: rgba(211, 84, 0, 0.2);
	border: 1px solid #d35400;
}
.medium-password {
	color: #f0ad4e !important;
    background-color: rgba(240, 173, 78, 0.2);
    border: 1px solid #f0ad4e;
}
.average-password {
	color: #f0ad4e !important;
	background-color: rgba(240, 173, 78, 0.2);
	border: 1px solid #f0ad4e;	
}
.strong-password {
	color: #5cb85c !important;
	background-color: rgba(92, 184, 92, 0.2);
	border: 1px solid #5cb85c;
}