.wpcf7 {
    background: url('../images/contact-form-bg.png') no-repeat;
    -ms-background-position-x: 105%;
    background-position-x: 105%;
    -ms-background-position-y: 100%;
    background-position-y: 100%;
    background-size: 35%;
}

.wpcf7 form {
    margin-bottom: 0;
    width: 69%;
}

.wpcf7 form:after {
    content: '';
    display: table;
    clear: both;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
    margin-bottom: 15px;
}

.wpcf7 .newletter-form-controls input[type="text"],
.wpcf7 .newletter-form-controls input[type="email"],
.wpcf7 .newletter-form-controls textarea {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 25px;
}

.wpcf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 72%;
    color: #fb0000;
}

.wpcf7 p {
    clear: both;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 12px 10px;
}

.wpcf7 label {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wpcf7-submit,
.wpcf7 .ajax-loader {
    float: right;
}

.wpcf7-response-output {
    clear: both;
}

@media (max-width: 768px) {
    .wpcf7 {
        background-size: 50%;
    }

    .wpcf7 form {
        width: 100%;
        padding-bottom: 275px;
    }
}