@font-face {
  font-family: 'Raleway Bold';
  src: url("../fonts/raleway/Raleway-Bold.eot");
  src: url("../fonts/raleway/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Bold.woff") format("woff"), url("../fonts/raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Regular';
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#captcha_input {
  background: white url("captcha.php") no-repeat 100% center;
  background-size: contain;
  width: 220px;
  height: 60px;
}

.text-center {
  text-align: center;
  height: 20px;
  background-color: #d33a3a;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*# sourceMappingURL=style.css.map */