﻿[id$="divFormularioCaptcha"] {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: min(390px, 72%) !important;
    max-width: 390px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 16px !important;
}

.cssCaptchaImageGroup {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    margin: 0px 0 16px !important;
}

    .cssCaptchaImageGroup .cssCaptchaImage {
        min-width: 0;
    }

.cssCaptchaRefreshButton {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border: 1px solid #d7def5 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    color: #3144b5 !important;
    box-shadow: 0 8px 18px rgba(49, 68, 181, .12) !important;
}

    .cssCaptchaRefreshButton:hover {
        background: #eef3ff !important;
        color: #2436a6 !important;
    }

    .cssCaptchaRefreshButton .rbText,
    .cssCaptchaRefreshButton .rbDecorated {
        color: inherit !important;
    }

.cssCaptchaRefreshIcon {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}
