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

 #ppbar{
   background:#CCC;
   xx max-width:200px;
   height:15px;
   margin-bottom:1px;
  }
 #pbar{
   margin:0px;
   width:0px;
   background:lightgreen;
   height: 100%;
  }
 #ppbartxt{

   margin:0px;
   font-size:12px;
   color:#39C;
   font-weight:bold;
  }

#ppbar {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            
    xmargin: 0 auto 1em;
    height: .5em;
	xborder:1px solid rgba(0,0,0,0.1);
	
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
    xx background-color: rgba(35, 255, 28, 0.7); /* for test purposes because of better visibiliy */
}

.responsive_pass_meter { 
	height: 12px;
	max-width: 310px;/* same width as #login_forms input[type="password"] */ 
}