.elementor-4355 .elementor-element.elementor-element-7865ea3{--display:flex;--min-height:75vh;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-1a8aa19 *//* ==============================
   TG Login (Tutor LMS) Styling
   ============================== */

:root {
  --tg-purple: #4b3c91;
  --tg-purple-dark: #3e327a;
}

.tutor-wrap{
    height: 70vh;
    align-content: center;
}

/* Optional page wrapper class */
.tg-login .tutor-login-wrap,
.tg-login .tutor-login-form-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

/* Remove Tutor's default card styling */
.tutor-login-form-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px !important;
}

/* Heading */
#tutor-login-form + *,
.tutor-login-form-wrapper .tutor-fs-5 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 24px !important;
}

/* Input spacing */
#tutor-login-form .tutor-mb-20,
#tutor-login-form .tutor-mb-32 {
  margin-bottom: 16px !important;
}

/* Inputs */
#tutor-login-form input[type="text"],
#tutor-login-form input[type="email"],
#tutor-login-form input[type="password"] {
  width: 100% !important;
  font-size: 14px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 1px solid #d8d8e2 !important;
  background: #fff !important;
  box-shadow: none !important;
  min-height: 48px;
}

#tutor-login-form input[type="text"]:focus,
#tutor-login-form input[type="email"]:focus,
#tutor-login-form input[type="password"]:focus {
  border-color: var(--tg-purple) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(75, 60, 145, 0.08) !important;
}

/* Checkbox row */
#tutor-login-form .tutor-d-flex.tutor-justify-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
  flex-wrap: wrap;
}

/* Checkbox label */
#tutor-login-form .tutor-form-check label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #555 !important;
}

/* Checkbox */
#tutor-login-form .tutor-form-check-input {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
  border: 1px solid #cfcfe0 !important;
}

/* Forgot password link */
#tutor-login-form .tutor-btn.tutor-btn-ghost {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--tg-purple) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: auto !important;
}

#tutor-login-form .tutor-btn.tutor-btn-ghost:hover {
  color: var(--tg-purple-dark) !important;
}

/* Main button */
#tutor-login-form .tutor-btn.tutor-btn-primary {
  width: 100% !important;
  background: var(--tg-purple) !important;
  border-color: var(--tg-purple) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  min-height: 48px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

#tutor-login-form .tutor-btn.tutor-btn-primary:hover {
  background: var(--tg-purple-dark) !important;
  border-color: var(--tg-purple-dark) !important;
}

/* Bottom register text */
#tutor-login-form .tutor-text-center {
  font-size: 14px !important;
  color: #666 !important;
  margin-top: 18px !important;
}

/* Register link */
#tutor-login-form .tutor-btn.tutor-btn-link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--tg-purple) !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: auto !important;
}

#tutor-login-form .tutor-btn.tutor-btn-link:hover {
  color: var(--tg-purple-dark) !important;
}

/* Error message */
#tutor-login-form .tutor-login-error {
  font-size: 13px !important;
  margin-bottom: 12px !important;
}

/* Hide empty social auth area if unused */
#tutor-pro-social-authentication:empty {
  display: none !important;
}

/* Mobile tweaks */
@media (max-width: 720px) {
  .tutor-login-form-wrapper {
    max-width: 100%;
  }

  #tutor-login-form .tutor-d-flex.tutor-justify-between {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

/* Hide Hello Elementor footer only on this page */
#site-footer {
  display: none !important;
}/* End custom CSS */