#afbf_err_FIDF1 .afbf_item_pole .afbf_inputtext_t, #afbf_err_FIDF2 .afbf_item_pole .afbf_inputtext_t
{
        height: 74px;
        padding: 0 40px;
        background: #dcdcdc;
        border-radius: 10px;
        width: 100%;
        font-size: 21px;
        font-weight: 500;
        border: none;
        letter-spacing: 3px;
        text-align: center;
}
.afbf_submit_block {
        margin: 0 !important;
}
.afbf_error_text,
.afbf_error_ftext{
        display:none;
}
.afbf_item_pole.error_pole .afbf_error_text,
.afbf_item_pole.error_fpole .afbf_error_ftext{
        position:relative;
        display:block;
        margin:5px 0 0;
        padding-right:20px;
        color:#f80000;
        font-size:12px;
}
.afbf_item_pole.error_pole .afbf_error_text:after,
.afbf_item_pole.error_fpole .afbf_error_ftext:after{
        content:'';
        position:absolute;
        right:0;
        display:inline-block;
        width:17px;
        height:16px;
        background:url(images/icon_error.png) 0 0 no-repeat;
}
#afbf_err_FIDF1 .thing__right, #afbf_err_FIDF2 .thing__right{
        padding: 0 !important;
        border-radius: 10px;
        box-shadow: none;
        background: none;
        width: 100%;
        max-width: 460px;
        border-bottom: none;
        color: #000;
        display: flex;
        flex-direction: column;
}

#alx_feed_back_FIDF1 .afbf_item_pole, #alx_feed_back_FIDF2 .afbf_item_pole{
        padding: 0px!important;
        margin: 40px 10px 30px!important;
        position: relative!important;
}