.pass-label {
	margin-top: 25px;
}
.pass-info {
	margin-top: 33px;
}
.pass-requirements {
	font-size: 12px;
}
.strength-result {
  float: left;
  width: 16rem;
  margin: 5px 0 10px 22px;
  font-weight: 600;
  font-size: 12px;
}
.strength-result:after {
	content: ' ';
	display: block;
	width: 5.5rem;
	height: 1px;
}
.none {
	display: none;
}
.short {
	color: #e03131;
}
.short:after {
	background-color: #e03131;
}
.weak {
	color: #f0ad4e;
}
.weak:after {
	background-color: #f0ad4e;
}
.good {
	color: #2D98F3;
}
.good:after {
	background-color: #2D98F3;
}
.strong {
	color: #5cb85c;
}
.strong:after {
	background-color: #5cb85c;
}
.check-result {
	float: left;
  width: 16rem;
  margin: 5px 0 10px 22px;
  font-weight: 600;
  font-size: 12px;
}
.check-result:after {
	content: ' ';
	display: block;
	width: 4.6rem;
	height: 1px;
}
.pass-check-result-success {
	color: green;
}
.pass-check-result-error {
	color: red;
}