.page-center {
    max-width: 500px;
    margin: auto;
}

#contact-form input, textarea{
    border: 1px solid #d8d8d8;
    width: calc(100% - 22px);
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #484545;
}

#contact-form textarea {
    font: 14px/1.7 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 150px;
    resize: vertical;
}

#contact-form #submit-button {
    padding: 10px 30px;
    margin-bottom: 100px;
    display: inline-block;
    cursor: pointer;
    width: auto;
    border: none;
    border-radius: 3px;
    background: #cb5211;
    color: #fff !important;
    font-weight: 400;
    text-decoration: none;
    -webkit-appearance: none;
}
