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