/*=============================================
=             Altcha Captcha CSS              =
==============================================*/

:root {
    --altcha-border-width: 1px;
    --altcha-border-radius: 15px;
    --altcha-color-base: #ffffff;
    --altcha-color-border: #02c6f3;
    --altcha-color-text: currentColor;
    --altcha-color-border-focus: currentColor;
    --altcha-color-error-text: #f23939;
    --altcha-color-footer-bg: #f4f4f4;
    --altcha-max-width: 1260px;
}

.altcha-footer {
    border-radius: 0px 0px 15px 15px;
}

.altcha svg{
    color: #02c6f3;
}

.altcha-logo{
    opacity: 0.8 !important;
}

.altcha-label, label{
    font-size: 0.75rem;
    font-weight: 700;
    margin: 0;
    color: #344767;
    margin-left: 0.25rem;
}