/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.is-mrgt-6 {
  margin-top: 6px;
}
.is-mrgt-8 {
  margin-top: 8px;
}
.is-mrgt-10 {
  margin-top: 10px;
}
.is-mrgt-12 {
  margin-top: 12px;
}
.is-mrgt-14 {
  margin-top: 14px;
}
.is-mrgt-16 {
  margin-top: 16px;
}
.is-mrgt-18 {
  margin-top: 18px;
}
.is-mrgt-20 {
  margin-top: 20px;
}
.is-mrgt-22 {
  margin-top: 22px;
}
.is-mrgt-24 {
  margin-top: 24px;
}
.is-mrgt-26 {
  margin-top: 26px;
}
.is-mrgt-30 {
  margin-top: 30px;
}
.is-mrgt-32 {
  margin-top: 32px;
}

.is-mrgt-60 {
  margin-top: 60px;
}

#root {
  padding-top: 80px;
  width: 40%;
  height: 90%;
  max-width: 100%;
}

@-webkit-keyframes from_load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes from_load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.form-wrapper {
  width: 755px;
  height: 775px;
  text-align: center;
  background: transparent;
  position: relative;
  left: 50%;
  top: 50%;

  transition: all 240ms;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;

  -webkit-transform: translate(-50%, -50%) scale(0.85);
  -ms-transform: translate(-50%, -50%) scale(0.85);
  transform: translate(-50%, -50%) scale(0.85);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: from_load 450ms ease-in-out; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
  animation: from_load 450ms ease-in-out; /* IE 10+, Fx 29+ */
}

.form-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  background-image: url("https://webdev-cdn.fishsticksgames.com/game-portal/assets/infinity/v3/img/SlotMachine.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.buttons-container {
  width: 55%;
  margin: 0 auto;
  padding-top: 14%;
}

.divider-form {
  width: 90%;
  margin: 0 auto;
}
.title {
  font-size: 30px;
  line-height: 40px;
  color: #cd9b50;
  font-family: "Amrys";
  font-weight: bold;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.title-img {
  margin: 0% auto;
  width: 70%;
  display: block;
}

.message-amr {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #cd9b50;
  font-family: "Amrys";
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0;
}

.murka-logo {
  width: 100%;
}
.murka-logo img {
  display: block;
  margin: 0 auto;
  height: 96px;
  width: 152px;
}

.sign {
  width: 100%;
}
.sign img {
  display: block;
  margin: 0 auto;
  width: 85%;
}
.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap .wrapped-input {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 60px;
}

.or-more {
  font-size: 24px;
  color: #208380;
  font-family: "Muller Extra Bold";
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.image-button {
  margin: 0 auto;
  display: block;
  width: 95%;
  -webkit-transition: filter 1.5s;
  -o-transition: filter 1.5s;
  transition: filter 1.5s;
  filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  -moz-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
}
.image-button:hover {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
  filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
  -moz-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
  animation: none;
  -webkit-animation: none;
}

.blinked {
  -webkit-animation: idle-blink 3.5s infinite;

  animation: idle-blink 3.5s infinite;
}

@-webkit-keyframes idle-blink {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  }
}

@keyframes idle-blink {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 1));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
    filter: drop-shadow(0px 0px 8px rgba(252, 246, 166, 0));
  }
}

.image-button:focus {
  outline: 0;
}
.form-bottom {
  font-size: 16px;
  color: #ffffff;
  font-family: "Arial";
  text-align: center;
}
.form-bottom a {
  color: #009886;
  text-decoration: underline;
}
.form-bottom span {
  margin-right: 5px;
}
.footer-bottom {
  left: 0;
  z-index: 110;
}

.form-mobile {
  visibility: hidden;
  width: 0;
  height: 0;
}

.footer-bottom-mobile {
  display: none;
}
.footer-bottom-desktop {
  display: block;
}

.mobile .footer-bottom-mobile {
  display: block;
}

.mobile .footer-bottom-desktop {
  display: none;
}
.mobile .form-wrapper {
  display: none;
}
.mobile .form-mobile {
  visibility: visible;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile .form-mobile .tittle {
  /* margin-top: 5%; */
  z-index: 1;
  min-height: 130px;
}
.mobile .form-mobile .form-container-mobile {
  margin-top: -6%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.mobile .form-mobile .form-container-mobile .mobile-form {
  margin: 0 auto;
}
.mobile .form-mobile .form-container-mobile .image-button {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 245px;
  width: 45%;
  margin-top: 6%;
  top: 36%;
}
.mobile .slots {
  margin: 5% auto;
  margin-top: -5%;
  z-index: 1;
  min-height: 280px;
}

@media only screen and (max-width: 1023px) {
  .footer-bottom-mobile {
    display: block;
  }
  .footer-bottom-desktop {
    display: none;
  }
  .form-wrapper {
    display: none;
  }
  .form-mobile {
    visibility: visible;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-mobile .tittle {
    /* margin-top: 5%; */
    z-index: 1;
    min-height: 130px;
  }
  .form-mobile .form-container-mobile {
    margin-top: -6%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
  .form-mobile .form-container-mobile .mobile-form {
    margin: 0 auto;
  }
  .form-mobile .form-container-mobile .image-button {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 245px;
    width: 45%;
    margin-top: 6%;
    top: 36%;
  }
  .slots {
    margin: 5% auto;
    margin-top: -5%;
    z-index: 1;
    min-height: 280px;
  }
}
