body.welcome-anonymous {
    margin: 0;
    min-height: 100vh;
    background-color: #1e293b;
    background-image: url("/plugins/branding/front/image.php?field=login_background");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.welcome-anonymous .page-anonymous {
    min-height: 100vh;
    width: 100%;
    background: transparent;
}

body.welcome-anonymous .page-anonymous > .flex-fill {
    min-height: 100vh;
}
body.welcome-anonymous .page-anonymous .glpi-logo {
    display: inline-block;
    width: min(280px, 85vw);
    max-width: 100%;
    height: 120px;
    background: url("/plugins/branding/front/image.php?field=login_logo") no-repeat center center !important;
    background-size: contain !important;
    content: none !important;
    -webkit-mask: none !important;
    mask: none !important;
}
body.welcome-anonymous .main-content-card {
    background-color: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
}

body.welcome-anonymous .main-content-card > .card-header,
body.welcome-anonymous .main-content-card > .card-body {
    background-color: transparent !important;
}
