﻿.email-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.email-img:before {
  content: '\f0e0';
}
.pwd-img {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pwd-img:before {
  content: '\f084';
}
#pwd-score {
  text-align: left;
  margin-left: 6px;
}
.score0 {
  color: red;
}
.score0:before {
  content: 'Очень слабый';
}
.score1 {
  color: orange;
}
.score1:before {
  content: 'Слабый';
}
.score2 {
  color: gold;
}
.score2:before {
  content: 'Удовлетворительный';
}
.score3 {
  color: yellowgreen;
}
.score3:before {
  content: 'Хороший';
}
.score4 {
  color: green;
}
.score4:before {
  content: 'Очень хороший';
}
