body {
  background: #000000;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.logo {
  height: 300px;
}

.int-form, .int-text {
  width: 710px;
  margin: 0 auto;
}

.int-text {
  color: #ccc;
  font-size: 23px;
  line-height: 33px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  opacity: 0.5;
}

.form-control {
  background: #404040;
  border-radius: 0 !important;
  margin: 10px 0px;
  border-color: #404040;
  outline: 0;
  box-shadow: none;
  color: #ffffff;
}

.form-control:focus {
  color: #ffffff;
  background: #404040;
  border-color: #404040;
  outline: 0;
  box-shadow: none;
}

.btn-danger {
  background: #ff0100;
}

#recaptcha-box {
  display: none;
  margin-bottom: 15px;
}

.g-recaptcha {
  display: flex;
  justify-content: end;
}

#loading {
  display: none;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button.btn.btn-danger {
  padding: 3px 15px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .logo {
    height: 250px;
  }
  .int-form, .int-text {
    width: 600px;
    margin: 0 auto;
  }
  .int-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .logo {
    height: 180px;
  }
  .int-form, .int-text {
    width: 425px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .logo {
    height: 140px;
  }
  .int-form, .int-text {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .logo {
    height: 140px;
  }
  .int-form, .int-text {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .logo {
    height: 120px;
  }
  .int-form, .int-text {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .logo {
    height: 110px;
  }
  .int-form, .int-text {
    width: 95%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
