input[type=checkbox] {
  /*transform: scale(2);*/
}

.myForm input[type=button], .myForm input[type=submit], .myForm input[type=reset] {
    background-color: #3C6E9C;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.myForm input[type=time], .myForm input[type=text], .myForm input[type=password], .myForm input.ui-autocomplete-input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size:16px;
}

.myForm input.slim[type=time], .myForm input.slim[type=text], .myForm input.slim[type=password] {
    width: 100%;
    padding: 2px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    font-size:16px;
}

.myForm input.body11[type=time], .myForm input.body11[type=text], .myForm input.body11[type=password] {

    font-size:11px;
}

.myForm input.dateFld[type=time], .myForm input.dateFld[type=text]{
    width: 200px;
}

.myForm select {
    width: 100%;
    font-size:16px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    height: 40px;
    margin: 8px 0;
    // display: inline-block;
}

.myForm select.slim {
    font-size:11px;
    padding: 5px;
    height: 25px;
    margin: 8px 0;
}

.myForm textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.myForm label {display:block; font-weight: bold; font-size:14px; min-width: 100px; margin-bottom:8px;}

.myForm2 label {
    width: 45%;
    float: left;
    margin-right: 10px;
}

.myForm2 label.onethird {
    width: 30%;
}
