.captcha_refresh{
    color:#000;
    width:50px;
}
#captcha_answer{
    margin-left:auto;
}


.captcha_error {
    display: none !important;
    color: #b94a48;
    margin-top: .5rem;
}

.captcha_error.is-visible {
    display: block !important;
}