@charset "utf-8";

.strength_meter,
.matching_password {
	/*
	height: 30px;
  width: 65px;
  */
  float: right;
	background: none;
}

.strength_meter img,
.matching_password img {
  margin: 8px 8px 0 0;
}

.strength_meter div,
.matching_password div {
	height: 30px;
	width: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
	line-height: 30px;
	font-size: 16px;
}

.veryweak {
	color: #EB1B23 !important;
}

.weak {
  color: #e35910 !important;
}

.medium {
  color: #e3b510 !important;
}

.strong_p {
  color: #53A444 !important;
}