body {
  background: #000000;
}

p#powered {
  display: none;
}

.short {
  font-weight: bold;
  color: #FF0000;
  font-size: larger;
}

.weak {
  font-weight: bold;
  color: orange;
  font-size: larger;
}

.good {
  font-weight: bold;
  color: #2D98F3;
  font-size: larger;
}

.strong {
  font-weight: bold;
  color: limegreen;
  font-size: larger;
}

.CAPTCHA {
  float: left;
  width: 50%;
  padding-bottom: 11px;
}

.CAPTCHA_input {
  float: right;
  width: 48%;
  margin-top: 20px;
}

.captchaWrp {
  display: flex;
}

#captchaImg {
  cursor: pointer;
  height: 48px;
}
#captchaImg img {
  width: 108px;
  margin-right: 10px;
}

#formMessage {
  color: red;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */