@font-face {
  font-family: 'FreeSet';
  src: url("/includes/assets/fonts/freeset.eot");
  /* IE9 Compat Modes */
  src: url("/includes/assets/fonts/freeset.eot?#iefix") format("embedded-opentype"), url("/includes/assets/fonts/freeset.woff") format("woff"), url("/includes/assets/fonts/freeset.ttf") format("truetype"), url("/includes/assets/fonts/freeset.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
html {
  font-size: 1rem; }

/*@include media-breakpoint-up(sm) {
  html {
    font-size: 1.6rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.3rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1rem;
  }
}
*/
body {
  font-family: 'Open Sans', sans-serif;
  background: url(/includes/assets/img/status_bg.png) no-repeat center center fixed;
  background-color: #fff;
  color: #491a00; }

.h2 {
  line-height: 2rem; }

#form-header {
  margin-bottom: -7px; }

hr {
  border: 1px solid #491a00; }

.text-black {
  color: #000; }

.btn-brown {
  color: #fff;
  background-color: #491a00;
  border-color: #491a00; }

.progresscount {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  margin: 0px auto;
  color: rgba(9, 25, 42, 0.8);
  font-weight: bold;
  text-shadow: -1px 0 rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5), 1px 0 rgba(255, 255, 255, 0.5), 0 -1px rgba(255, 255, 255, 0.5);
  font-size: 1.3em;
  z-index: 9999; }

.spinner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(141, 151, 161, 0.53);
  border-right: 6px solid rgba(141, 151, 161, 0.53);
  border-bottom: 6px solid rgba(141, 151, 161, 0.53);
  border-top: 6px solid rgba(9, 25, 42, 0.8);
  border-radius: 100%;
  z-index: 9999; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*# sourceMappingURL=main.css.map */
