.passwordCheck{
	margin-top:5px;
	display:flex;
	align-items: center;
	width:150px;
	height:5px;
	border:1px solid #CCC;
	position: relative;
}

.passwordCheck div:first-child{
	width: 0%;
	height: 100%;
	transition: width 500ms linear;
}

.passwordCheck .strengthBarTip{
	font-size: 12px;
	color:#000;
	display: block;
	position: absolute;
	right: -30px;
	top: -5px;
}

.progress-bar-danger {
  background: #d00;
}

.progress-bar-warning {
  background: #f50;
}

.progress-bar-success {
  background: #080;
} 
