input[type=checkbox] {
margin: 4px 0 0;
line-height: normal;
width: 20px;
height: 20px;
}

input:not([type="checkbox"]), select {
    width: 100%;
    padding: 12px;
    border: 1px black solid;
    border-radius: 4px;
    background-color: #f0eeee;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 4px;
  background-color: #f0eeee;
  resize: none;
}
