/*-----------------------------------------------------------------
------------/\\\---------------------------------------------------
           /\\\\\           
          /\\\/\\\            4SELLERS Webshop
         /\\\/\/\\\           Copyright � 2016 logic-base GmbH
        /\\\/__\/\\\    
       /\\\\\\\\\\\\\\\\      Vars
       \///////////\\\//      Erstellung:	 2016-7 (MP)
                  \/\\\ 
-------------------\///------------------------------------------*/
/* Colors */
/* ------------------------------------------------------------- */
/* Highlight for inputs */
/*gr�n*/
/*orange*/
/*rot*/
/*hellgrau*/
/*gelb*/
/*dunkelgrau*/
/* ------------------------------------------------------------- */
/*  Fonts -> goes to child-theme */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/*  Message-System */
/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/*  Global Border */
/* ------------------------------------------------------------- */
.passmeter-text {
  position: absolute;
  left: 0;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 0 3px white;
  line-height: 20px;
  height: 20px;
  width: 100%;
}
.passmeter-bar {
  background-color: #E95517;
}
