.elementor-32 .elementor-element.elementor-element-3762e0d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5c02d78 */.th-login-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #f3f4f6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.th-login-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.th-login-header h1 {
    font-size: 1.6rem;
    margin: 8px 0 4px;
    color: #111827;
}

.th-login-header p {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.th-login-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5B21B6;
    background: #f5f3ff;
}

.th-login-errors {
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.9rem;
}

.th-login-form {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.th-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 4px;
    color: #374151;
}

.th-field input[type="text"],
.th-field input[type="password"] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    font-size: 0.95rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.th-field input:focus {
    outline: none;
    border-color: #8B5CF6;
    box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.25);
}

.th-password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.th-password-wrapper input {
    padding-right: 42px;
}

.th-password-toggle {
    position: absolute;
    right: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.th-eye-icon {
    width: 20px;
    height: 20px;
    fill: #9ca3af;
}

.th-password-toggle:hover .th-eye-icon {
    fill: #6b7280;
}

.th-login-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.th-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #4b5563;
}

.th-checkbox input {
    width: 14px;
    height: 14px;
}

.th-link {
    font-size: 0.85rem;
    color: #5B21B6;
    text-decoration: none;
}

.th-link:hover {
    text-decoration: underline;
}

.th-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 18px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.th-btn-primary {
    background: linear-gradient(135deg, #5B21B6, #8B5CF6);
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(88, 28, 135, 0.35);
}

.th-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(88, 28, 135, 0.5);
}

.th-btn-ghost {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
}

.th-btn-ghost:hover {
    background: #f3f4f6;
}

.th-btn-full {
    width: 100%;
    margin-top: 10px;
}

.th-login-footer {
    margin-top: 18px;
    border-top: 1px solid #e5e7eb;
    padding-top: 14px;
    font-size: 0.9rem;
    color: #6b7280;
}

.th-login-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Responsive */
@media (max-width: 480px) {
    .th-login-card {
        padding: 24px 18px;
    }

    .th-login-extra {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .th-login-actions {
        flex-direction: column;
    }
}/* End custom CSS */