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

.strength_meter{
  height: 30px;
  width: 154px;
  background: white;
  float: left;
}
.strength_meter div{
	width:100%;
  height: 30px;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 28px;
}
.strength_meter .veryweak{
	background-color: #d1292c;
  color: white;
}
.strength_meter .weak{
  background-color: #d1292c;
  color: white;
}
.strength_meter .medium{
  background-color: #d39602;
  color: white;
}
.strength_meter .strong{
  background-color: #5da023;
  color: white;
}

.button_strength {
  display: none !important;
}