:root {
    /* ------------------------------
       Primary (Accent) Color Shades
       ------------------------------ */
    --pf-global--primary-color--100: #000000; /* main accent shade */
    --pf-global--primary-color--200: #111111;
    --pf-global--primary-color--300: #1a1a1a;
    --pf-global--primary-color--400: #2b2b2b;
    --pf-global--primary-color--500: #3c3c3c;
    
    /* Font family */
    --pf-global--FontFamily--sans-serif: "Inter", Helvetica, Arial, sans-serif;
}

/* Page background */
.login-pf body {
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Optionally fix the background when scrolling:
       background-attachment: fixed; 
    */
}

/* Logo container */
div.kc-logo-text {
    background-image: url('../img/webbrief-turbopost-schlank.svg');
    background-repeat: no-repeat;
    background-position: center;  /* centers the SVG in the container */
    background-size: contain;     /* maintains aspect ratio within the container */
    height: 100px;                 /* increased height for better visibility */
    width: 500px;
    margin: 0 auto;               /* keeps it centered on the page */
}

/* Hide the locale dropdown button */
#kc-locale-dropdown button {
    display: none;
}

#kc-locale-wrapper {
    display: none;
}

/* Ccenter the "Registration" Text */
.col-md-10 {
    width: 100%;
}

/* Hide the decline button on the terms screen*/
#kc-decline {
    display: none;
}