.pswd_info {
	list-style: none;
	margin: 20px 10px;
	padding: 0;
    display: block;
}
.pswd_info li {
    padding-left: 30px;
    margin-bottom: 4px;
}
.pswd_info .invalid {

	background:url(../../images/close-circle.svg) no-repeat 0 50%;
    background-size: 20px;
}
.pswd_info .valid {
	background:url(../../images/check-circle.svg) no-repeat 0 50%;
    background-size: 28px;
    background-position-x: -4px;
    color: #04aa60;
}

#password-strength-status {
	font-size:10px;
	padding: 5px 10px;
	color: #000000;
	border-radius: 4px;
	margin-top: 5px;
}
.veryweak-password {
	background-color: #FF0000;
}
.weak-password {
	background-color: #d35400;
}
.medium-password {
	background-color: #f39c12;
}
.average-password {
	background-color: #f1c40f;
}
.strong-password {
	background-color: #229954;
}

@media (max-width:767px) {
    .pswd_info {
        margin-left: 0px;
    }
}
