body.login-pf {
    background: url("bg-plain.jpg") no-repeat 0;
    background-size: cover;
    opacity: 1;
    width:100%;
    height:100%;
}

html  {
    background: url("bg-plain.jpg") no-repeat 0;
    background-size: cover;
    background-color: #262626;
    opacity: 1;
    width:100%;
    height:100%;
}

.pf-v5-theme-dark .login-pf:after {
    opacity: .15;  
    color: transparrent;
}

#badge {
    inline-size: 220px;
    block-size: 80px;
    background-image: url("logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#brand {
    font-size: 18pt;
    text-transform: uppercase;
}

#brand::before {
    content: "Ubuntu 24.04.3 LTS";
}

#index-brand {
    content: "Ubuntu";
}

#index-brand::before {
    content: "Ubuntu";
}




.pf-v5-theme-dark .login-pf .container {
    
}

#brand {
     
}

#login-button {
   background-color: #ffcdac;
   border-color: #ffcdac;
}

#login-button-text {
  color: black;
}

#show-other-login-options-text {
   color: #ffa9cc;
}

#option-caret {
   color: #ffa9cc;
}

#login-button-text {
   margin-right: auto;
}

#pf-v5-c-alert__title {
   margin-right: auto;
}

