section.contact {
    padding: 50px 20px;
}
section.contact h1 {
    padding: 0 0 5px;
    margin: 0 0 30px;

    font-size: 21px;
    color: #555;

    border-bottom: 1px solid #ddd;
}

section.contact form {
    margin: 0;
}

section.contact label {
    font-size: 16px;
    color: #666;
}
section.contact form input[type=text] {
    border: 1px solid #ddd;
    background-color: #fff;

    height: 40px;
    padding: 0 15px;
    margin: 0 0 20px;

    font: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #555;

    width: 100%;
    display: block;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
section.contact form textarea {
    border: 1px solid #ddd;
    background-color: #fff;

    height: 150px;
    padding: 12px 15px;
    margin: 0 0 20px;

    font: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #555;

    width: 100%;
    display: block;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

section.contact input[type=submit] {
    display: inline-block;
    padding: 0 19px;
    height: 37px;

    border: 1px solid #cfcfcf;
    background-color: #f7f7f7;

    line-height: 37px;
    font-size: 14px;
    font-weight: 500;
    color: #666;

    text-align: center;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

    cursor: pointer;
}

section.contact .legal-container {
    padding: 0 1px 15px;
}

section.contact .legal {
    padding: 3px 0;
}

section.contact .legal label {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
}

section.contact .legal label input {
    margin: 0 8px 0 0;
}
