body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background: #8dd2ef !important;
    background-image: url("../img/texture/texture-mid-min.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

body.pushable > .pusher {
    background: #8dd2ef !important;
    background-image: url("../img/texture/texture-mid-min.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
}

.custom-login-form {
    max-width: 500px;
    margin: 50px auto auto;
    overflow-x: hidden;
}

.logo {
    margin-bottom: 13px ;
}

.transparent {
    opacity: 0.8;
}

.transparent-background {
    position: relative;
}

.transparent-background img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px; /* Assicurati di abbinare il raggio del bordo con quello impostato prima */
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff; /* colore di sfondo */
    padding: 10px; /* padding opzionale per lo spazio tra il contenuto e il bordo */
    text-align: center; /* per centrare il testo orizzontalmente */
    opacity: 0.7;
}