.row {
    margin: 0;
}

#contact {
    max-width: 600px;
    margin: auto;
    padding: 40px;
}

#contact .form-group {
    border: none;
}

#contact input, #contact textarea {
    width: 100%;
    padding: 10px;
    background-color: #eee;
    color: #000;
    line-height: 1.1;
    font-weight: 100;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    border: solid 1px #eee;   width: 100%;
}

#contact textarea {
    resize: vertical;
    min-height: 250px;
}

#contact input:focus, #contact textarea:focus {
    outline: none;
}

button.button {
    border: none;
    background-color: #222;
    padding: 10px 20px;
    color: white;
    line-height: 1.1;
    font-weight: 100;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}
