/*************** CSS for Desktop ***************/
.j-register {
  position: relative;
  margin: 0 auto;
  transform: scale(1.25);
}
.mfp-container {
  background-color: rgb(0, 0, 0, 0.68);
}
.j-register-form {
  background-image: url(img/form.webp);
  background-size: 100% 100%;
  width: 100%;
  padding-top: 90.5%;
  position: relative;
  font-size: 1.3em;
}
.j-register-formInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  color: #aaa;
  z-index: 99;
}
.j-register-form .j-register-title {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 0;
}
.j-register-form .form-group {
  position: relative;
  width: 100%;
  padding-top: 11.76%;
  margin-bottom: 5%;
}
.j-register-form .form-group::before {
  content: "";
  background-image: url(img/input.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.j-register-form .form-group .form-control {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  height: 100%;
  width: 82%;
  color: #fff;
  margin-bottom: 0px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.j-register-form .form-group span.fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  color: #021709;
  width: 11%;
  border-radius: 100%;
  left: 2%;
  padding-top: 7%;
  opacity: 1;
}
.j-register-form .form-group span.fa::before,
.j-register-form .form-group span.fa img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash {
  left: auto;
  right: 4%;
  cursor: pointer;
  display: block;
  background: transparent;
  color: #fff;
  opacity: 0.5;
}
.j-register-form .form-group .errors {
  bottom: 0px;
  color: #fff;
  text-align: center;
  /* text-shadow: .5px .5px 0 #de2c03, .5px -.5px 0 #de2c03, -.5px .5px 0 #de2c03, -.5px -.5px 0 #de2c03, .5px 0 0 #de2c03, 0 .5px 0 #de2c03, -.5px 0 0 #de2c03, 0 -.5px 0 #de2c03; */
  text-align: center;
  width: 100%;
  font-size: 10px;
  line-height: 1;
  height: 50%;
  position: absolute;
  top: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-shadow: 0 0 1px #fff; */
  /* background: radial-gradient(circle, #fff 30%, rgba(255, 255, 255, 0) 100%); */
}
.btn_form {
  width: 84%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 124%;
  transform: translate(-50%, -50%);
}
.btn_form button {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.btn_form button,
.btn_form button img {
  width: 87%;
}
#alert-modal .btn-close {
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
}

#alert-modal h4 {
  color: #ffe400;
  text-transform: uppercase;
  text-align: center;
}

#alert-modal p {
  margin-bottom: 0;
  color: #fff;
  /*font-weight: bold;/**/
  text-align: center;
}

#alert-modal {
  padding: 20px 15px;
  background-color: #021708;
  border: 2px solid #ffe400;
  border-radius: 10px;
}
input::placeholder {
  font-weight: 100;
  color: #fff !important;
  font-size: 10px;
  opacity: 0.7;
}
textarea::placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
select::placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
input::-ms-input-placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
textarea::-ms-input-placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
select::-ms-input-placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
.j-register-form .form-group .form-control::placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
.j-register-form .form-group .form-control::-ms-input-placeholder {
  font-weight: 100;
  color: #fff !important;
  opacity: 0.7;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
  -webkit-transition-delay: 9999s !important;
}
.mfp-ready .mfp-close {
  opacity: 0 !important;
}
.mfp-ready #alert-modal .mfp-close {
  opacity: 1 !important;
  top: -30px !important;
  right: -30px;
  border-radius: 10px;
  color: #ffe400;
}
.j-note {
  background: linear-gradient(
    to right,
    transparent,
    rgb(26 51 205 / 54%),
    transparent
  );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  padding: 4px;
}
.j-note img {
  max-width: 65%;
  margin: 0 auto;
}
.text_notification {
  font-size: 14px;
}
.banner_header_img {
  z-index: 10;
}
.j-register-form .form-group span.fa-eye,
.j-register-form .form-group span.fa-eye-slash {
  font-size: 16px;
}
.flickity-viewport .flickity-slider .img img {
  opacity: 0.4;
}
.flickity-viewport .flickity-slider .img.is-selected img {
  opacity: 1;
}
.j-slider {
  padding-bottom: 125px;
}
.hobien {
  margin-bottom: -20%;
}
/*************** CSS for 16inch ***************/

@media only screen and (max-width: 1770px) and (orientation: landscape) {
  .j-register-form {
    font-size: 1.2em;
  }
  .j-register-form .form-group .errors {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1650px) and (orientation: landscape) {
  .j-register-form {
    font-size: 1.2em;
  }
  .j-register-form .form-group .errors {
    font-size: 8px;
  }
  .j-slider {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1450px) and (orientation: landscape) {
  .j-register-form {
    font-size: 1em;
  }
  .j-register-form .form-group span.fa-eye,
  .j-register-form .form-group span.fa-eye-slash {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .j-register-form {
    font-size: 0.8em;
  }
}
/*************** CSS for Tablet ***************/
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .j-register-form {
    font-size: 8px;
  }
  .text_notification {
    font-size: 8px;
  }
  .j-register-form .form-group span.fa-eye,
  .j-register-form .form-group span.fa-eye-slash {
    font-size: 6px;
    right: 4%;
  }
  .j-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1770px) {
    .j-slider {
      padding-bottom: 24px;
    }
    .banner-rights .img-inner {
        margin-bottom: -87% !important;
    }
}
@media only screen and (max-width: 1650px) {
    .j-slider {
      padding-bottom: 60px;
    }
    .banner-rights .img-inner {
        margin-bottom: -105% !important;
    }
}
@media only screen and (max-width: 1526px) {
    .j-slider {
      padding-bottom: 20px;
    }
    .banner-rights .img-inner {
        margin-bottom: -92% !important;
    }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .j-slider {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 375px) and (orientation: portrait) {
    .j-slider {
      padding-bottom: 30px;
    }
  }
@media (orientation: portrait) {
  .j-register {
    transform: scale(1);
    margin: -30% 0 -20%;
  }
  .j-register-form {
    background-image: url(img/form-mb.webp);
    padding-top: 145%;
  }
  .j-register-formInner {
    transform: translate(-50%, -50%);
    width: 58%;
    top: 51%;
  }
  .j-register-form .form-group {
    padding-top: 16%;
    margin-bottom: 7%;
  }
}
@media (min-width: 750px) and (orientation: portrait) {
  .j-register {
    margin: -8% 0 -4%;
  }
  .j-register-form {
    background-image: url(img/form.webp);
    padding-top: 90.5%;
  }
  .j-register-formInner {
    top: 55%;
    width: 50%;
  }
}
/*************** CSS for mobile ***************/
@media only screen and (max-width: 480px) {
  .j-register-form {
    font-size: 0.9em;
  }
}