.strength_wrapper {
    width:100%;
    float:left;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 22px;

}

.c_strength_meter{
    width: 100%;
    float: left;
    margin-top: 7px;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.c_strength_meter p{
    margin-bottom:0px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: bold;
}

.strength_wrapper .form-control{
    width:calc(100% - 110px);
    float:left;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
}

.strength_input{
    width: 250px;
    font-size: 25px;
    background: transparent;
}

.strength_meter {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.button_strength {
    background-color:#474C56;
    width:110px;
    height:44px;
    float:left;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    display: block;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.button_strength:hover{
    color:#FF6600;
}

.strength_meter div {
    width: 0%;
    height: 34px;
    -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;
}

.strength_meter div p {
    position: absolute;
    right: 10px;
    color: #4d4d4d;
    font-size: 13px;
    padding-right: 30px;
}

.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 {
	position:absolute;
	width: 100%;
    max-width:300px;
	padding:15px;
	background:#fefefe;
	font-size:20px;
	border-radius:15px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;
    z-index: 1000;
    top: -163px;
    left: 0;
    background-color: rgb(238,238,238);
}

.pswd_info:before,
.pswd_info:after {
    position: absolute;
    bottom: 100%;
    content: '';
}

.pswd_info:before {
    bottom: -18px;
    border-right: 17px solid transparent;
    border-top: 17px solid #ddd;
    border-left: 17px solid transparent;
}

.pswd_info:after {
    bottom: -16px;
    border-right: 16px solid transparent;
    border-top: 16px solid rgb(238,238,238);
    border-left: 16px solid transparent;
}

.pswd_info h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
    font-size: 1em;
    font-size: 0.7em;
}

.pswd_info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pswd_info ul li {
    visibility: visible !important;
    height: 20px !important;
    min-height: 20px !important;
	line-height:24px;
    font-size: 0.7em;
    padding-left: 24px !important;
}

.pswd_info .invalid {
	background:url(images/invalid.png) no-repeat 0 50%;
	color:#ec3f41;
}
.pswd_info .valid {
	background:url(images/valid.png) no-repeat 0 50%;
	color:#3a7d34;
}