#password-strength-status {padding: 5px 10px;color: #FFFFFF; border-radius:4px;margin-top:5px;width:25%;}
.medium-password{background-color: #E4DB11;border:#BBB418 1px solid;}
.weak-password{background-color: #FF6600;border:#AA4502 1px solid;}
.strong-password{background-color: #12CC1A;border:#0FA015 1px solid;}
.password-suggestions ul{margin: 0 0 1em 1.5em;}
.passmatch { margin-top: 10px;margin-bottom: 10px;}