<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pass-graybar {
  border-radius: 0 0 3px 3px;
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  border-radius: 0 0 3px 3px;
  height: 3px;
  background-image: url(/Content/Images/passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-size: 1em;
  color: white;
}

.pass-percent {
  margin-right: 5px;
}

.pass-wrapper{
    width: 327px;
    margin: 0 0 0 10px;
}</pre></body></html>