#error p {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
  list-style: square;
}

.certication ul {
  list-style: none;
}

.certication ul li:before {
  content: '✓';
}
.certication ol {
  list-style: none;
}

.certication ol li:before {
  content: '✓';
}
#frmCheckPassword {
  border-top: #f0f0f0 2px solid;
  background: #808080;
  padding: 10px;
}

.demoInputBox {
  padding: 7px;
  border: #f0f0f0 1px solid;
  border-radius: 4px;
}

#password-strength-status {
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 5px;
}

.medium-password {
  background-color: #b7d60a;
  border: #bbb418 1px solid;
}

.weak-password {
  background-color: #ce1d14;
  border: #aa4502 1px solid;
}

.strong-password {
  background-color: #12cc1a;
  border: #0fa015 1px solid;
}
