/* extracted from templates/login.html */
.visual-captcha-wrap{
    text-align:center !important;
}
.visual-captcha-label{
    text-align:center !important;
}
.visual-captcha-top{
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
}
.visual-captcha-image{
    width:230px !important;
    height:78px !important;
    object-fit:cover !important;
}
.visual-captcha-refresh{
    flex:0 0 50px !important;
}
.visual-captcha-input{
    max-width:280px !important;
    margin:0 auto !important;
    display:block !important;
}
.visual-captcha-help{
    text-align:center !important;
}
@media(max-width:520px){
    .visual-captcha-top{
        flex-direction:row !important;
    }
    .visual-captcha-image{
        width:210px !important;
        height:74px !important;
    }
}
