/* style/altcha.css */

form[name="loginForm"] > label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.captcha-shell {
    margin: 6px 0 18px;
    padding: 12px 14px 14px;
    border: 1px solid #bfe6dd;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
}

.captcha-title {
    color: #0083A9;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

altcha-widget {
    display: block;
    --altcha-max-width: 100%;
    --altcha-border-width: 1px;
    --altcha-border-radius: 10px;

    --altcha-color-base: #ffffff;
    --altcha-color-border: #0083A9;
    --altcha-color-border-focus: #0083A9;
    --altcha-color-text: #231F20;

    --altcha-color-footer-bg: #ffffff;
    --altcha-color-error-text: #b91c1c;
}

.captcha-shell .altcha-label {
    align-items: center;
    display: flex;
    font-weight: 700;
    line-height: 1.1;
    min-height: 24px;
    color: #231F20;
}