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

.wrap_strengh_pwd_reset{
	position: relative;
}

#wrap_lost_reset_passwd .mdp_list_check{
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}

#wrap_lost_reset_passwd .mdp_list_check li{
	opacity: 0.3;
	transition: all 0.2s linear;
	color:#000000;
}

#wrap_lost_reset_passwd .mdp_list_check li.valid{
	opacity: 1;
	color:#44AA44;
	font-weight: bold;
}

#wrap_lost_reset_passwd input[type="password"],
#wrap_lost_reset_passwd input[type="text"]{
	background:transparent !important;
	position: relative;
	z-index: 1;
}

#wrap_lost_reset_passwd input[type="password"]:focus,
#wrap_lost_reset_passwd input[type="text"]:focus{
	outline:0;
}
#wrap_lost_reset_passwd{
	position: relative;
}
#wrap_lost_reset_passwd .strength_meter{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 38px;
	z-index:-1;
	border-radius:5px;
	padding-right:0;
}

#wrap_lost_reset_passwd .strength_meter.on{
	z-index: 0;
}

.button_strength {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #009cdd;
	font-size: 13px;
	margin-top: 10px;
}
#wrap_lost_reset_passwd .strength_meter div{
	width:0%;
	height: 38px;
	text-align: right;
	color: #000;
	opacity: 0.5;
	line-height: 35px;
	-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;
}
#wrap_lost_reset_passwd .strength_meter div p{
	position: absolute;
	top: 22px;
	right: 0px;
	color: #FFF;
	font-size:13px;
}

#wrap_lost_reset_passwd .strength_meter .veryweak{
	background-color: #FFA0A0;
	border-color: #F04040!important;
	width:30%!important;
}
#wrap_lost_reset_passwd .strength_meter .weak{
	background-color: #FFB78C;
	border-color: #FF853C!important;
	width:50%!important;
}
#wrap_lost_reset_passwd .strength_meter .medium{
	background-color: #FFEC8B;
	border-color: #FC0!important;
	width:75%!important;
}

#wrap_lost_reset_passwd .strength_meter .strong{
	background-color: #C3FF88;
	border-color: #8DFF1C!important;
	width:100%!important;
}