.captcha-wrap {
    position: relative;
    width: 100%;
}

.captcha-img,
#captcha {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.BDC_CaptchaDiv,
.BDC_CaptchaImageDiv,
#LoginCaptcha_CaptchaImageDiv {
    display: block !important;
    width: 100% !important;
}

.BDC_CaptchaImageDiv img,
.BDC_CaptchaImage,
.captcha-img,
#captcha {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
}


.captcha-refresh{
    position: absolute;
    top: .5rem;
    right: .5rem;
    border: 0;
    background: rgba(255,255,255,.85);
    padding: .375rem .5rem;
    border-radius: 9999px;
    line-height: 1;
    font-size: .875rem;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    text-decoration: none;
}
.captcha-refresh:hover{ background: rgba(255,255,255,.95); }

.BDC_CaptchaIconsDiv a.BDC_ReloadLink { display: none; }

.BDC_Warning { font-size: 12px; color: red; }
