@charset "utf-8";
/* CSS Document */

.strength_meter{
	/*height:23px;
	width: 154px;
	background:silver;*/
	position: relative;
	left: 0px;
	top: 12px;
	width: 180px;
	height: 8px !important;
	z-index:1;
	height: 25px;
	border-radius:5px;
    background: #e0e0e0;
	/*padding-right:13px;*/
	
}
.strength_meter div{
    width:0%;
	height: 8px;
	text-align: right;
	color: #000;
	line-height: 43px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-right: 12px;
	border-radius:5px;
	    line-height: 22px;
}

/*.strength_meter div{
	height:23px;
	width:100%;
	height:23px;
	text-align:center;
	color:black;
	font-weight:bold;
	line-height:23px;
}*/
.strength_meter div p{
	/*position: absolute;*/
	top: 22px;
	right: 0px;
	color: #FFF;
	font-size:13px;
}
.veryweak{
	background-color: #a03;
	border-color: #F04040!important
	width:25%!important;
}
.weak{
	background-color: #a03;
	border-color: #FF853C!important;
	width:50%!important;
}
.medium{
	background-color: #2d98f3;
	border-color: #FC0!important;
	width:75%!important;
}
.strong{
	background-color: #76c261;
	border-color: #8DFF1C!important;
	width:100%!important;
}