/*
.text-info{color:var(--bs-info-text-emphasis) !important}
.text-danger{color:var(--bs-danger-text-emphasis) !important}
.text-warning{color:var(--bs-warning-text-emphasis) !important}
.text-success{color:var(--bs-sucess-text-emphasis) !important}
*/

.captcha-item {
}

.captcha-item .captcha-container {
    display: flex;
}

.captcha-container .img-fluid {
    border: 1px dashed #6E748C;
    background-color: #EEEFF7;
}