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-captcha {
    display: flex;
}

.right_captcha {
    max-width: 190px;
}
.typo-body2 {
    border: 2px solid #0058CF;
    border-radius: 15px;
    width: 100% !important;
    padding: 5px 12px;
    background: #ECECEC69;
}

input.typo-button {
    background: linear-gradient(41.97deg, #4859A4 -24.84%, #85B0E6 78.14%);
    box-shadow: inset 2px -4px 4px rgba(255, 255, 255, 0.25), inset -2px 4px 4px #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 10px 28px;
}
.mf-text {
    font-size: 14px;
}

@media (max-width:767px) {

	.mf-captcha {
		display: block;
	}
	.right_captcha {
		max-width: initial;
	}
}