div.mfeedback {
    border: 2px solid #EA5B35;
    padding: 20px;
}

div.mfeedback form {
/*
    background-image: url('/images/certificate_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
*/
}

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

.info__block {
    margin: 0px !important;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
/*iv.mf-name input, div.mf-email input {width:60%;}*/
div.mf-text 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;}
