body.template-password {
  background: url("https://cdn.shopify.com/s/files/1/1060/9623/0738/files/BG.jpg?v=1777898317") center no-repeat;
  background-size: cover;
}

body.template-password:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("https://cdn.shopify.com/s/files/1/1060/9623/0738/files/99kork.png?v=1777899359") center no-repeat;
  background-size: contain;
}

.section-title .section-title__text {
  font-family: "Orbitron", sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.password-header .password-header__row {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.password-header__logo-wrapper img {
  width: 266px;
  height: 32px;
}

.password-content .password-content__block-form {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  text-align: center;
}

.password-content .password-content__block-image {
  display: none;
}

.password-content .password-content__form-input[type="email"] {
  background: rgba(255, 255, 255, 0.25);
  border-color: #FCEC45;
}

.password-content__form-button {
  background: #FCEC45 !important;
}

.password-content__footer-text p {
  font-size: 10px;
}

.counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 20px;
  color: white;
  margin: auto;
}

.counter-item {
  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;
  font-family: "Orbitron", sans-serif;
}

.counter-number {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 2px;
}

.counter-label {
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 2px;
  opacity: 0.7;
}

.counter-item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -18px;
  top: 10px;
  font-size: 40px;
}

#counter {
  position: relative;
}

.counter-item {
  position: relative;
}

.password-content .input-wrapper .input:focus + .input-label, .password-content .input-wrapper .input:not(:placeholder-shown) + .input-label {
  display: none;
}
/*# sourceMappingURL=login.css.map */