.elementor-kit-124{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Kanit";--e-global-typography-text-font-weight:200;--e-global-typography-accent-font-family:"Kanit";--e-global-typography-accent-font-weight:500;}.elementor-kit-124 a{color:#060606;font-size:14px;font-weight:700;line-height:1.5em;letter-spacing:-0.2px;word-spacing:0.8em;}.elementor-kit-124 button,.elementor-kit-124 input[type="button"],.elementor-kit-124 input[type="submit"],.elementor-kit-124 .elementor-button{font-size:1px;text-shadow:-17px 29px 14px rgba(0,0,0,0.3);border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding:0% 0% 0% 0%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-container{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-124 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-124 a{font-size:1.9vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS *//* ปุ่มเข้าสู่ระบบ */
.btn-login {
  border: 3px solid #ffffff; /* เส้นขอบหนา 3px สีขาว */
  background-color: transparent; /* พื้นหลังโปร่งใส ถ้ามึงอยากเห็นขอบชัด */
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

/* ปุ่มสมัครสมาชิก */
.btn-register {
  border: 3px solid #ffcc00; /* เส้นขอบสีทอง */
  background-color: transparent;
  color: #ffcc00;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: bold;
  margin-left: 10px;
  transition: 0.3s;
}

/* Hover effect */
.btn-login:hover,
.btn-register:hover {
  background-color: rgba(255, 255, 255, 0.2);
}/* End custom CSS */