
@keyframes abGradientAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
:root {
    --ab-primary: #414042;
    --ab-secondary: #FFFFFF;
    --ab-overlay-opacity: 0.3;
    --ab-font: "Inter", sans-serif;
    --ab-text-color: #212529;
    --ab-card-bg: #FFFFFF;
    --ab-glass-blur: 10px;
    --ab-glass-opacity: 0.2;
    --ab-input-radius: 6px;
    --ab-btn-radius: 6px;
    --ab-btn-color: #af7517;
    --ab-btn-text: #FFFFFF;
}

body.ab-template-centered, body.ab-template-fullbleed {
    background: url('/auth_branding/image/background_image?company_id=1') no-repeat center center fixed !important; background-size: cover !important;
}
body.ab-template-split .ab-split-aside {
    background: url('/auth_branding/image/background_image?company_id=1') no-repeat center center fixed !important; background-size: cover !important;
}
