/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2025 | 07:05:02 */
/* --- FORM ĐĂNG KÝ NOEL --- */
.noel-register-form {
  background: #007c3c;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 25px;
  max-width: 600px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

.noel-register-form .form-title {
  text-align: center;
  background: #007c3c;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.noel-register-form .form-sub {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

.noel-register-form .highlight {
  color: #fff;
  font-weight: bold;
}

.noel-register-form input[type="text"],
.noel-register-form input[type="tel"],
.noel-register-form input[type="email"],
.noel-register-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.noel-register-form input:focus,
.noel-register-form textarea:focus {
  border-color: #007c3c;
  box-shadow: 0 0 5px rgba(0,124,60,0.2);
  outline: none;
}

.noel-register-form textarea {
  min-height: 90px;
  resize: vertical;
}

.noel-register-form .form-footer-text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0px 0;
}

.noel-register-form .btn-submit-wrap {
  text-align: center;
}

.noel-register-form input[type="submit"] {
  background: #007c3c;
  color: #fff;
  font-weight: bold;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: background 0.3s ease;
}

.noel-register-form input[type="submit"]:hover {
  background: #ffa500;
}
