.error-text { 
  color: red;
}

.job-box {
  padding-bottom: 20px;
  text-align: left;
}

.jobs-list {
  list-style: inside;
}

#applicationform .column input[type="text"], #applicationform .column input[type="email"] {
	width: 100%;
}
#applicationform .column {
	margin-bottom: 10px;
}

#jobsearchform .column input[type="text"] {
	width: 100%;
}
#jobsearchform .column {
	margin-bottom: 10px;
}

.form-required {
  color: red;
}

[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -6px;
  z-index: 0;
  -webkit-appearance: none;
}

[type="checkbox"]+label {
  position: absolute;
}

[type="checkbox"]+label::before {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 2px solid #ee7a00;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
  z-index: 5;
  position: relative;
}

[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #ee7a00;
}

input[type="file"] {
  width: 100%;
}

input[type="file"]::file-selector-button {
  background-color: #ee7a00;
  border: 0px;
  color: white;
  padding: 10px 15px;
  margin-right: 20px;
}