/* Start custom CSS for html, class: .elementor-element-86f9134 *//* ======= FORM #957 ======= */
div#wpforms-957 {
  background: linear-gradient(135deg, #0048ff, #0070ff);
  padding: 10px 10px;
  border-radius: 16px;
  text-align: center;
  max-width: 420px;
  margin: 0 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
#wpforms-957::before {
  content: "Đăng ký thông tin";
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0px;
}
/* Tiêu đề form */
div#wpforms-957 .wpforms-title {

  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

/* Ô nhập liệu */
div#wpforms-957 input[type="text"],
div#wpforms-957 input[type="tel"],
div#wpforms-957 input[type="email"] {
  width: 100%;
  max-width: 420px;
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Placeholder trong ô nhập */
div#wpforms-957 input::placeholder {
  color: rgba(255,255,255,0.85);
}

/* Khi focus vào ô nhập */
div#wpforms-957 input:focus {
  border-color: #fff;
  background: rgba(255,255,255,0.25);
  outline: none;
}

/* Khoảng cách giữa các field */
div#wpforms-957 .wpforms-field {
  margin-bottom: 10px !important;
}

/* Nút đăng ký */
div#wpforms-957 button.wpforms-submit {
  background: linear-gradient(90deg, #ffffff, #e5eeff);
  color: #0048ff;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  padding: 14px 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hiệu ứng hover nút */
div#wpforms-957 button.wpforms-submit:hover {
  background: linear-gradient(90deg, #f7f9ff, #ffffff);
  transform: translateY(-2px);
}

/* Ẩn label nếu chỉ dùng placeholder */
div#wpforms-957 .wpforms-field-label {
  display: none;
}

div#wpforms-957 {
  border: 1px solid rgba(255,255,255,0.3);
}/* End custom CSS */