/******************************************************************************/
/*                         e_FORCONTACT Style Sheet                          */
/******************************************************************************/
#reload_captcha {
    height: 53px;
    width: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #E6AE34;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#reload_captcha img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#reload_captcha:hover {
    background: #E83C41;
}

#reload_captcha:hover img {
    -webkit-filter:invert(1);
            filter:invert(1);
}