.form-ok-text {
    color: green;
    padding-bottom: 2em;
}

.errortext {
    color: red;
    padding-bottom: 2em;
}

.captcha-img {
    float: left;
    height: 65px;
    width: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

#captcha_word {
    height: 40px;
}

.captcha_text {
    width: 25%;
    float: left;
}
.mf-captcha {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.captcha_text {
    flex-flow: column;
    flex-basis: 100%;
    justify-content: space-between;
    text-align: center;
}
#comp_88e3263e1490efd88d21742c8c12aa1a .mf-captcha img{
     margin: 10px 0 0px 10px;
}
#comp_88e3263e1490efd88d21742c8c12aa1a .mf-captcha img+input{
    margin-top: 10px!important;
}
