.ls-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(500px, 70vh, 900px);
}
.ls-block__image-col {
  position: relative;
  overflow: hidden;
}
.ls-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ls-block__image-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(31, 54, 66, 0.08);
}
.ls-block__form-col {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(54.46deg, #1F3642 0.48%, #2B6B8C 156.16%);
}
.ls-block__bg-shape {
  position: absolute;
  right: -15%;
  top: -20%;
  width: 80%;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.ls-block__bg-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.ls-block__form-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(3rem, 6vw, 6rem) clamp(2.5rem, 6vw, 6rem);
}
.ls-block__subtitle {
  color: #F2D67A;
  margin-bottom: 1rem;
}
.ls-block__title {
  color: #A3D4F2;
  margin-bottom: 1.75rem;
}
.ls-block__register-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(12px, 0.9vw, 14px);
  color: rgba(246, 243, 240, 0.5);
}
.ls-block__register-link {
  color: #F2D67A;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ls-block__register-link:hover {
  text-decoration: underline;
}
.ls-block__logged-in {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.ls-block__logged-in-msg {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  color: rgba(246, 243, 240, 0.8);
  margin: 0;
}
.ls-block__logged-in-msg strong {
  color: #F6F3F0;
  font-weight: 700;
}

.ls-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ls-form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ls-form__label {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1F3642;
  pointer-events: none;
  transition: opacity 150ms ease;
  z-index: 1;
}
.ls-form__field.has-value .ls-form__label {
  opacity: 0;
}
.ls-form__input {
  appearance: none;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #F2D67A;
  border-radius: 0;
  height: 46px;
  padding: 0 0.9rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1F3642;
  width: 100%;
  outline: none;
  transition: border-color 150ms ease, background 150ms ease;
}
.ls-form__input::placeholder {
  color: transparent;
}
.ls-form__input:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: #A3D4F2;
}
.ls-form__forgot {
  position: absolute;
  right: 0;
  bottom: -1.4rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(10px, 0.75vw, 12px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(246, 243, 240, 0.45);
  text-decoration: none;
}
.ls-form__forgot:hover {
  color: #F6F3F0;
}
.ls-form__field:has(.ls-form__forgot) {
  margin-bottom: 1.5rem;
}
.ls-form__error {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(12px, 0.9vw, 13px);
  color: #ff8080;
  margin: 0;
  line-height: 1.5;
}
.ls-form__error[hidden] {
  display: none;
}
.ls-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1.5rem;
  background: #F2D67A;
  color: #1F3642;
  border: none;
  border-radius: 0;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 200ms ease, color 200ms ease;
  margin-top: 0.75rem;
}
.ls-form__submit:hover {
  background: rgb(238.3671232877, 202.5424657534, 84.8328767123);
}
.ls-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ls-form__submit--outline {
  background: transparent;
  border: 1px solid rgba(246, 243, 240, 0.3);
  color: #F6F3F0;
}
.ls-form__submit--outline:hover {
  background: rgba(246, 243, 240, 0.08);
  border-color: #F6F3F0;
}
.ls-form__submit-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(31, 54, 66, 0.3);
  border-top-color: #1F3642;
  border-radius: 50%;
  animation: ls-spin 0.7s linear infinite;
  flex-shrink: 0;
}
.ls-form__submit-spinner[hidden] {
  display: none;
}

@keyframes ls-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1024px) {
  .ls-block {
    grid-template-columns: 1fr;
  }
  .ls-block__image-col {
    min-height: clamp(280px, 40vw, 480px);
  }
}
@media screen and (max-width: 600px) {
  .ls-block__form-inner {
    padding: 2.5rem 1.5rem;
  }
}/*# sourceMappingURL=login-section.css.map */