.webinar-form-container {
  max-width: 400px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.webinar-form-container input, 
.webinar-form-container button {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.webinar-form-container button {
  background: #0073aa;
  color: white;
  cursor: pointer;
}
.webinar-form-container button:hover {
  background: #005177;
}
