@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.kronos-registration {
  /*position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
  background-color: rgba(0, 0, 0, 0.5);
}
.subscribe-modal {
  background: #000;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  /*position: absolute;
    top: 50%;
    left: 50%;
    .translate(-50%,-50%);*/
  color: #FFF;
}
.subscribe-modal a {
  color: #FF0000;
  text-decoration: underline;
}
.subscribe-modal a:hover {
  text-decoration: none;
}
.subscribe-modal:before,
.subscribe-modal:after {
  content: "";
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #597985 20%, #597985 80%, rgba(0, 0, 0, 0));
  display: block;
  margin-top: 0;
}
.subscribe-modal:before {
  height: 2px;
}
.subscribe-modal .subscribe-inner-modal {
  padding: 60px 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .subscribe-modal .subscribe-inner-modal {
    padding: 60px 0px;
    width: 80%;
  }
}
.subscribe-modal .version1,
.subscribe-modal .version2 {
  display: none;
}
.subscribe-modal .close-modal {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 45px;
  font-family: sans-serif;
  cursor: pointer;
}
.subscribe-modal.ver1 .subscribe-inner-modal {
  max-width: 1000px;
}
.subscribe-modal.ver1 .version1 {
  display: block;
}
.subscribe-modal.ver1 .version2 {
  display: none;
}
.subscribe-modal.ver1 ul {
  display: block;
  text-align: center;
}
.subscribe-modal.ver1 ul li:first-of-type {
  width: 100%;
  margin-bottom: 25px;
}
.subscribe-modal.ver1 ul li:first-of-type h1,
.subscribe-modal.ver1 ul li:first-of-type h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a59d95;
  line-height: 1.15;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .subscribe-modal.ver1 ul li:first-of-type h1,
  .subscribe-modal.ver1 ul li:first-of-type h2 {
    font-size: 22px;
  }
}
.subscribe-modal.ver1 ul li:last-of-type {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .subscribe-modal.ver1 ul {
    display: block;
  }
  .subscribe-modal.ver1 ul li:first-of-type,
  .subscribe-modal.ver1 ul li:last-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .subscribe-modal.ver1 ul li:first-of-type {
    margin-bottom: 40px;
  }
}
.subscribe-modal.ver2 .version1 {
  display: none;
}
.subscribe-modal.ver2 .version2 {
  display: block;
}
.subscribe-modal.ver2.error-modal .error {
  display: block;
}
.subscribe-modal.ver2 .error {
  color: #FF0000;
  font-size: 15px !important;
  margin-top: 10px;
  display: none;
}
.subscribe-modal.ver2 h1,
.subscribe-modal.ver2 h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  color: #a59d95;
  line-height: 1.15;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .subscribe-modal.ver2 h1,
  .subscribe-modal.ver2 h2 {
    font-size: 22px;
  }
}
.subscribe-modal.ver2 ul li:first-of-type {
  width: 45%;
}
.subscribe-modal.ver2 ul li:first-of-type p {
  font-size: 20px;
  margin-bottom: 5px;
}
.subscribe-modal.ver2 ul li:first-of-type label {
  color: #b6bec0;
  margin-bottom: 5px;
  display: block;
}
.subscribe-modal.ver2 ul li:first-of-type input {
  padding: 5px 3px;
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding: 10px 20px 8px;
  line-height: 1.15;
  letter-spacing: -0.004em;
  background-color: #FFF;
  min-width: 360px;
  max-height: 22px;
  border-top: 1px solid #2a2e31;
  margin: 0 0 0 0;
  transition: all .8s;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.subscribe-modal.ver2 ul li:first-of-type input:hover,
.subscribe-modal.ver2 ul li:first-of-type input:focus {
  outline: 0;
  border-top: 1px solid #94bbc2;
}
.subscribe-modal.ver2 ul li:last-of-type {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .subscribe-modal.ver2 h1 {
    margin-bottom: 30px;
  }
  .subscribe-modal.ver2 ul {
    display: block;
  }
  .subscribe-modal.ver2 ul li {
    margin-bottom: 20px;
  }
  .subscribe-modal.ver2 ul li:first-of-type,
  .subscribe-modal.ver2 ul li:last-of-type {
    width: 100%;
  }
}
.subscribe-modal ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.subscribe-modal a.subscribe-btn {
  /*padding: 15px 40px;
        text-align: center;
        font-size: 20px;
        background-color: @theme-accent;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        display: block;

        &.invalid {
			background-color: #CCC;
            color: #666;
            cursor: default;
        }*/
  min-height: 16px;
  padding: 12px 20px;
  transition-property: text-shadow, background-color, border, color;
  transition-duration: 1s;
  position: relative;
  background-color: #282828;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81898c;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  width: fit-content;
  background-image: url('../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/global-nav-bg-mobile.png');
  background-size: 2px;
  box-shadow: inset 0px 0px 5px #81898c;
  border: 1px solid #81898c;
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #111111;
  color: #a59d95;
}
.subscribe-modal a.subscribe-btn:after,
.subscribe-modal a.subscribe-btn:before {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #ffffff 20%, #ffffff 80%, rgba(250, 250, 250, 0.5));
  transition: all ease .8s;
  transform: scaleX(0);
  top: -1px;
  left: 0;
}
.subscribe-modal a.subscribe-btn:after {
  bottom: -1px;
  top: initial;
}
.subscribe-modal a.subscribe-btn:before {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
}
.subscribe-modal a.subscribe-btn:hover {
  background-color: #627f53;
  color: #c7cac6;
}
.subscribe-modal a.subscribe-btn:hover:after,
.subscribe-modal a.subscribe-btn:hover:before {
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  transform: scaleX(1);
  box-shadow: 0px 0px 10px;
}
.subscribe-modal a.subscribe-btn:hover {
  color: #b6bec0;
  text-shadow: 0px 0px 10px #ffffff;
  background-color: #282828;
}
@media screen and (max-width: 480px) {
  .subscribe-modal .subscribe-modal.ver1 ul li:first-of-type h1 {
    font-size: 22px;
  }
  .subscribe-modal .subscribe-modal.ver2 ul li:first-of-type h1 {
    font-size: 22px;
  }
}
