body {
  padding-top: 72px;
  padding-bottom: 32px;
 
}

.form-control[disabled], .form-control[readonly] { cursor: auto; }

.dropdown-menu-two-column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count:2;
  width: 360px;
  padding: 7px 0px;
}

#pass {
background:transparent;
color: #777;
font-family: "Lato", sans-serif;
font-size: 14px;
padding: 9px 5px;
height: 39px;
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%;
}
#pass input[type="text"]:focus{
outline:0;
}
#pass{
width: 100%;
margin: 0 auto;
position: relative;
margin-bottom:-13px;
margin-left:0px;
}

.strength_meter{
position: absolute;
left: 0px;
top: 0px;
width: 97%;
height: 25px;
z-index:-1;
border-radius:5px;
padding-right:0px;
}

.button_strength {
text-decoration: none;
color: black;
font-size: 0px;
}
.strength_meter div{
 width:85%;
height: 39px;
margin-left:15px;
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: 2px;
border-radius:5px;
}
.strength_meter div p{
position: absolute;
top: 24px;
right: 0px;
color: #000;
font-size:13px;
font-weight:bold;
}

.veryweak{
background-color: #FFA0A0;
border-color: #F04040!important;
width:25%!important;
}
.weak{
background-color: #FFB78C;
border-color: #FF853C!important;
width:50%!important;
}
.medium{
background-color: #FFEC8B;
border-color: #FC0!important;
width:75%!important;
}
.strong{
background-color: #C3FF88;
border-color: #8DFF1C!important;
width:99%!important;
}
 