body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;  
    background: url('../../images/background/login-default-light.svg');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.panel {
    background: transparent !important;
}
form {
    /* background: #cfd6db; */
    background: transparent !important;
    /* box-shadow: inset; */
    /* border-radius: 8px; */
    border: 0;
    backdrop-filter: blur(10px); 
}

a {
    color: #000000 !important;
}

#wrapper {
    border: 0;
}

[widget="bootstrapformbuilder"] {
    border: 0 !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

div[form=form_login] .panel-heading {
    backdrop-filter: blur(10px); 
    background-color: transparent !important;
    /* background-color: #555299 !important; */
}

div[form=form_login] .panel-footer {
    backdrop-filter: blur(10px); 
    background: transparent !important;
    border: none;
}


button#switch-theme {
    display: grid;
    place-items: center;
    position: absolute;
    right: 24px;
    top: 24px;

    width: 42px;
    height: 42px;
    padding: 8px;

    background: #555299 !important;
    border: none;
    border-radius: 6px;

    cursor: pointer;
    transition: background 300ms;
    color: #fff !important;


    outline: none;
}


body.dark {
    /* background: #1A1919; */
    background-image: url('../../images/background/login-default-dark.svg');
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
}

body.dark form {
    /* background: #212121 !important; */
    backdrop-filter: blur(10px); 
}

body.dark a {
    color: #fff !important;
}

span.login-avatar {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
