@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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1160px;
  margin: auto;
  padding: 0 20px;
}

.scrollable-content::-webkit-scrollbar * {
  background: transparent;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #999 !important;
}

button:active, button:hover, button:focus {
  outline: 0;
  outline-offset: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

#captcha_input {
  background: white url("1.jpg") no-repeat 100% center;
  background-size: contain;
  height: 40px;
  width: 100px;
  border-radius: 10px;
  margin-left: 5px;
}

.text-center {
  text-align: center;
  height: 20px;
  background-color: #d33a3a;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*# sourceMappingURL=style.css.map */