.innovendi-job-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  /*border: 1px solid #ccc;*/
  /*background: #fafafa;*/
  /*border-radius: 8px;*/
}

.form-tilte{
  font-size: 2em;
  margin-bottom: 15px;
  text-align: left;
}

.innovendi-job-form p {
  margin-bottom: 15px;
}
.innovendi-job-form label {
  font-weight: bold;
}
.innovendi-job-form input, .innovendi-job-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.innovendi-job-form button {
  padding: 10px 20px;
  background-color: #FD9800;
  width: 100%;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.innovendi-job-form button:hover {
  background-color: #d68000;
}
.notice.success {
  background: #dff0d8;
  color: #3c763d;
  padding: 10px;
  border-left: 5px solid #3c763d;
  margin: 15px 0;
}
.notice.error {
  background: #f2dede;
  color: #a94442;
  padding: 10px;
  border-left: 5px solid #a94442;
  margin: 15px 0;
}
