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

.mfeedback {
    margin-top: 0.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mfeedback p {
    text-align: center;
}

.mfeedback .mf-ok-text {
    color: blue;
    margin: 15px 0;
}

.mfeedback form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mfeedback .mf-req {
    color: red;
}

.mfeedback .mf-name,
.mfeedback .mf-email,
.mfeedback .mf-message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mfeedback .mf-captcha {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.mfeedback .mf-captcha .mf-text {
    font-family: "Didact Gothic", sans-serif, "google";
    font-size: 17px;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-transform: none;
    color: #5ab7a9;
    margin: 5px 0;
    width: 100%;
}

.mfeedback input:not([type=checkbox]),
.mfeedback textarea {
    min-width: 250px;
    width: 50%;
    transition: border-color .3s ease-in;
    line-height: 1.5;
    background-color: #f7f8f8;
    border: 1px solid #828282;
    color: #828282;
    padding: 10px;
}

.mfeedback textarea {
    background-color: #f7f8f8;
}

.privacy_police-block a {
    color: #00ac94;
}

.mfeedback input[type="submit"] {
    background-color: #00ac94;
    color: #f7f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #828282;
    font-size: 16px;
    border-radius: 1px;
    transition: background-color .3s ease-in, border-color .3s ease-in, color .3s ease-in;
    line-height: 1.5;
    display: inline-block;
    margin-top: 1em;
    margin-left: 1.5rem;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.mfeedback input[type="submit"]:hover {
    background: #007e6d;
}

