/* FORM STYLING */
a {
  color: #8ca16a;
}

select,
textarea,
input[type=date],
input[type=text],
input[type=email],
input[type=password],
input[type=radio],
input[type=number],
input[type=tel],
input[type=submit] {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 8px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

input[type=submit] {
  max-width: 100px;
  background: #8ca16a;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
  min-width: 150px;
}

input[type=checkbox] {
  margin-right: 0.5em;
  /* display: inline-block; */
}

/* END FORM STYLING */
/* ---------------------------- */
/* ---------------------------- */
/* ---------------------------- */