img.captcha,
img.captcha-arrows {
    position: absolute;
}
img.captcha-arrows {
    cursor: pointer;
    transition: transform .25s;
}
img.captcha-arrows:hover {
    transform: rotate(180deg);
}
img.captcha {

    transform: translateX(-50%);
}
img.captcha-arrows {
    top: 73px;
    left: 130px;
}