@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./fonts/GTWalsheimPro-Regular.eot");
  src: local("GT Walsheim Pro Regular"), local("GTWalsheimPro-Regular"), url("./fonts/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/GTWalsheimPro-Regular.woff2") format("woff2"), url("./fonts/GTWalsheimPro-Regular.woff") format("woff"), url("./fonts/GTWalsheimPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("./fonts/GTWalsheimPro-Bold.eot");
  src: local("./fonts/GT Walsheim Pro Bold"), local("GTWalsheimPro-Bold"), url("./fonts/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/GTWalsheimPro-Bold.woff2") format("woff2"), url("./fonts/GTWalsheimPro-Bold.woff") format("woff"), url("./fonts/GTWalsheimPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  background-color: #fff;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 20px;
  background: #017793;
  background: linear-gradient(180deg, #017793 15%, #fff 100%);
}
header img {
  max-height: 100px;
}
header h1 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -0.04em;
  color: #2d8eff;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
#form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#form label {
  margin: 10px 0;
  text-align: center;
  letter-spacing: -0.045em;
  color: #020c37;
  transition: 10s ease-in-out;
}

.input-box {
  width: 260px;
  height: 45px;
  font-size: 27px;
  margin: 11px 0 15px 0;
  background-color: rgba(45, 142, 255, 0.04);
  border: 1px solid rgba(18, 38, 68, 0.5);
  border-radius: 5px;
  backdrop-filter: blur(5px);
  text-align: center;
}

.input-box::placeholder {
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: rgba(18, 38, 68, 0.5);
}

.input-box:focus {
  outline: none !important;
  border-color: #020c37;
}

.submit-btn {
  width: 260px;
  height: 45px;
  padding: 15px 0 15px 0;
  background-color: #2d8eff;
  border-radius: 5px;
  border: 0;
  font-family: "GT Walsheim Pro";
  font-weight: bold;
  font-size: 25px;
  line-height: 16px;
  transition: 0.5s;
  -webkit-animation: pulsate 1s;
  -webkit-animation-iteration-count: infinite;
  color: #fff;
}
.submit-btn.pull-down {
  margin-bottom: 140px;
}

.disabled-btn {
  background-color: #636363;
  color: rgba(18, 38, 68, 0.5);
  opacity: 0.7;
  animation-play-state: paused;
}

.geo-icon {
  background: url(../img/gb.png) no-repeat 6%;
  background-size: 25px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  text-align: center;
}
footer p {
  margin: 5px 5px 0 5px;
  padding: 0 30px 0 30px;
  color: rgba(18, 38, 68, 0.5);
  font-size: 10px;
  line-height: 12px;
}
footer a {
  margin-bottom: 3px;
  color: rgba(18, 38, 68, 0.5);
  font-size: 14px;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide {
  display: none;
}

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