#captcha_contacts_button {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    background: #0179c2;
    border-radius: 0 4px 4px 0;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#captcha_contacts_button a {
    color: #fff;
}
#captcha_contacts_button a i{
    /*color: #312E2E;*/
}