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

.wrap_strengh_pwd{
	position: relative;
}
.inscr_step[data-step="5"] input[type="password"],.inscr_step[data-step="5"] input[type="text"]{
	background:transparent !important;
	position: relative;
	border: 2px solid #46AC84;
	color: #303030;
	font-family: "Lato", sans-serif;
	font-size: 1.2em;
	padding: 9px 5px;
	height: 21px;
	z-index: 1;
	text-indent: 6px;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear;
	-moz-transition: border .25s linear, color .25s linear;
	-o-transition: border .25s linear, color .25s linear;
	transition: border .25s linear, color .25s linear;
	-webkit-backface-visibility: hidden;
	width:100%;
}
.inscr_step[data-step="5"] input[type="password"]:focus,.inscr_step[data-step="5"] input[type="text"]:focus{
	outline:0;
}
.inscr_step[data-step="5"]{
	position: relative;
}
.strength_meter{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 35px;
	z-index:-1;
	border-radius:5px;
	padding-right:13px;
}

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

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

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

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