.webinar-registration {
  max-width: 500px;
  margin: 0 auto;
}
.webinar-registration .error {
  display: none;
}
.webinar-registration .error p {
  color: red;
  font-weight: bold;
}
.webinar-registration .success {
  display: none;
}
.webinar-registration .success p {
  color: green;
  font-weight: bold;
}
.webinar-registration form input[type=text], .webinar-registration form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.webinar-registration form button {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.webinar-registration form button:hover {
  background-color: #45a049;
}

/*# sourceMappingURL=zoom-wp-public.css.map */