.form-input, .form-text, .form-button
{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 10px;
    border-radius: 7px;
}

.form-input, .form-text
{
    background-color: #fff;
    border: 1px solid #000;
    width: 880px;
    margin: 10px 0 15px 0;
}

.form-text
{
    height: 130px;
    resize: none;
}

.form-button
{
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-size: 20px;
    border: 0;
    width: 100px;
}

.form-container
{
    padding-top: 17px;
}

.form-container > p
{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

.form-error-recaptcha
{
    color: red;
    display: none;
}

.filter-input
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #000;
    width: 400px;
}

#recaptcha
{
    margin-bottom: 15px;
}