/* Start custom CSS for shortcode, class: .elementor-element-cda499f *//* ปรับช่องกรอกข้อมูลให้ดูทันสมัย */
.tml .tml-field input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

/* ปรับปุ่ม Login ให้เด่นๆ */
.tml .tml-submit-wrap input {
    background-color: #0073aa; /* เปลี่ยนสีปุ่มตรงนี้ */
    color: white;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

/* เอฟเฟกต์ตอนเอาเมาส์ชี้ปุ่ม */
.tml .tml-submit-wrap input:hover {
    background-color: #005177; /* เปลี่ยนสีตอนชี้ */
}

/* ซ่อนลิงก์ 'สมัครสมาชิก' หรือ 'ลืมรหัส' ตัวเล็กๆ ด้านล่าง (ถ้าไม่อยากให้รก) */
.tml .tml-links {
    text-align: center;
    margin-top: 15px;
}/* End custom CSS */