div.mfeedback {width: 50%;} 
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
    width: 100%;
    padding-bottom: 0.55em;
    display: flex;
    justify-content: space-between;
}
div.mf-name input, div.mf-email input, div.mf-message textarea, .mf-captcha  input{
	width: 100%;
    padding: 15px;
    border: 1.5px solid #ccc;
    background: #fff;
    color: #323057;
    border-radius: 0px 5px 5px 0px;
}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}


.feedback_field label {
    padding: 5px 16px; 
    font-size: 1.8rem;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}
.mf-name label{padding: 5px 18px;} 
.feedback_bth{
	border: none;
    width: 100%;
    margin: 10px 0;
}
.mf-captcha>div{ width: 100%;}
.mf-captcha>div>img	{
	/* display: block; */
    width: 50%;
    height: auto;
    margin-bottom: 10px;}