.elementor-5380 .elementor-element.elementor-element-c159b2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}/* Start custom CSS for html, class: .elementor-element-cd38390 */.tk-login-wrap {
  display: flex;
  min-height: 100vh;
  background: #fff6d8;
  font-family: Inter, sans-serif;
}

/* IMAGE */
.tk-login-image {
  width: 50%;
}
.tk-login-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* FORM */
.tk-login-form {
  width: 50%;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tk-login-form h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tk-sub {
  font-size: 13px;
  margin-bottom: 32px;
}

.tk-sub a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.tk-login-form label {
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

.tk-login-form input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 22px;
  font-size: 14px;
}

.tk-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  margin-bottom: 28px;
}

.tk-remember {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* GOLD BUTTON — IDENTICAL */
.tk-login-form button {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #000;

 background: linear-gradient(
  90deg,
  #ffd84d 0%,
  #f7b500 50%,
  #e6a700 100%
);


  box-shadow: 0 6px 14px rgba(244, 180, 0, 0.35);
}

.tk-login-form button:hover {
  filter: brightness(0.96);
}

.tk-error {
  margin-top: 14px;
  font-size: 13px;
  color: #d00000;
}

/* MOBILE */
@media (max-width: 900px) {
  .tk-login-wrap {
    flex-direction: column;
  }
  .tk-login-image,
  .tk-login-form {
    width: 100%;
  }
  .tk-login-form {
    padding: 40px 30px;
  }
}/* End custom CSS */