div.mfeedback {}

div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message {
    width: 80%;
    padding-bottom: 0.4em;
}

div.mf-name input,
div.mf-email input {
    width: 60%;
}

div.mf-message textarea {
    width: 60%;
}

span.mf-req {
    color: red;
}

div.mf-ok-text {
    color: green;
    font-weight: bold;
    padding-bottom: 1em;
}

.mf-error-text {
    display: block;
    background: #ffb9b9;
    border: 1px solid red;
    padding: 20px;
    font-size: 15px;
}

font.mf-error-text {
    color: #000000;
}

.g-recaptcha {
    margin-bottom: 20px;
    text-align: center;
}

.g-recaptcha>div {
    display: inline-block;
    border: 1px solid #fff;
}

.wi-fb-err>div {
    border: 1px solid red;
}

.wi-error {
    border: 1px solid red !important;
}