.elementor-22 .elementor-element.elementor-element-65bd7e0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c16969b *//* ==============================
   THEME MY LOGIN – CUSTOM UI
================================ */

.tml-login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, #f7f8fa, #eef1f5);
}

.tml-login-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.tml-title {
  font-size: 26px;
  margin-bottom: 6px;
  text-align: center;
}

.tml-subtitle {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 28px;
}

/* ==============================
   FORM FIELD
================================ */

.tml-login-card input[type="text"],
.tml-login-card input[type="password"],
.tml-login-card input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 14px;
  font-size: 14px;
}

.tml-login-card input:focus {
  outline: none;
  border-color: #111;
}

/* ==============================
   BUTTON
================================ */

.tml-login-card input[type="submit"] {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}

.tml-login-card input[type="submit"]:hover {
  opacity: 0.9;
}

/* ==============================
   EXTRA LINKS
================================ */

.tml-login-card .tml-links {
  text-align: center;
  margin-top: 20px;
}

.tml-login-card .tml-links a {
  color: #555;
  font-size: 13px;
  text-decoration: none;
}

.tml-login-card .tml-links a:hover {
  text-decoration: underline;
}

/* ==============================
   TABLET (≤1024px)
================================ */

@media (max-width: 1024px) {
  .tml-login-card {
    padding: 32px 28px;
  }
}

/* ==============================
   MOBILE (≤768px)
================================ */

@media (max-width: 768px) {
  .tml-login-card {
    padding/* End custom CSS */