﻿.strength_wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.strength_input {
	background: transparent;
	font-size: 25px;
	width: 250px;
}

.strength_meter {
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}

.button_strength {
	color: #4d4d4d;
	display: block;
	font-size: 13px;
	text-decoration: none;
}

.strength_meter div {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	height: 34px;
	transition: all .3s ease-in-out;
	width: 0%;
}

.strength_meter div p {
	color: #4d4d4d;
	font-size: 13px;
	padding-right: 30px;
	position: absolute;
	right: 10px;
}

.veryweak {
	background-color: #FF7979;
	width: 25% !important;
}

.weak {
	background-color: #FDA068;
	width: 50% !important;
}

.medium {
	background-color: #FFE560;
	width: 75% !important;
}

.strong {
	background-color: #9BF47D;
	width: 100% !important;
}

/* Styles for verification */

.pswd_info {
	background: #fefefe;
	background-color: rgb(238, 238, 238);
	border: 1px solid #ddd;
	border-radius: 15px;
	box-shadow: 0 1px 3px #ccc;
	box-shadow: 5px 5px 5px #888888;
	display: none;
	font-size: 20px;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 62px;
	width: 220px;
	z-index: 1000;
}

.pswd_info:before,
.pswd_info:after {
	bottom: 100%;
	content: '';
	position: absolute;
}

.pswd_info:before {
	border-bottom: 17px solid #ddd;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	right: 52px;
}

.pswd_info:after {
	border-bottom: 16px solid rgb(238, 238, 238);
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	right: 53px;
}

.pswd_info h4 {
	font-size: 1em;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

.pswd_info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pswd_info ul li {
	font-size: 0.7em;
	height: 20px !important;
	line-height: 24px;
	min-height: 20px !important;
	padding-left: 24px !important;
	visibility: visible !important;
}

.pswd_info .invalid {
	background: url(/img/invalid.png) no-repeat 0 50%;
	color: #ec3f41;
}

.pswd_info .valid {
	background: url(/img/valid.png) no-repeat 0 50%;
	color: #3a7d34;
}

.c_strength_input {
	background: transparent;
	border-radius: 15px;
	font-size: 20px;
	width: 250px;
}

.c_strength_meter {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}

.c_button_strength {
	color: #4d4d4d;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.c_strength_meter div {
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-radius: 15px;
	height: 35px;
	left: 0px;
	overflow: hidden;
	top: 0px;
	transition: all .3s ease-in-out;
	width: 100%;
	z-index: -1;
}

.c_strength_meter div p {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 8px;
}

.effects { text-align: center; }