.login-pf body {
    /**background: url("../img/background-blue.svg") no-repeat center center fixed;
    background-size: cover;*/
    background-image: none;
    background-color: #ffffff;
    height: 100%;
    width: auto;
}

div.kc-logo-text {
    background-image: unset;
    display: none;
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    /*height: 246px;*/
    /*width: 931px;*/
    /*max-width: 100%;*/
    /*margin: 0 auto;*/
}

div .kc-title-text {
    font-weight: bold !important;
}

@media only screen and (max-width: 600px) {
    div.kc-logo-text {
        height: 146px;
    }
    div .kc-title-text {
        font-size: 20px;
    }
    .login-pf-page {
        padding-top: 60px!important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 940px) {
    div .kc-title-text {
        font-size: 30px;
    }
}

@media only screen and (min-width: 940px) {
    div .kc-title-text {
        font-size: 50px;
    }
}

.login-pf-page {
    padding-top: 100px!important;
}

div.login-footer-images {
    margin: 0 auto;
    height: 200px;
    max-width: 100%;
}

div.login-footer-uit {
    display: block;
    background-image: url("../img/logo-universitaly.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px auto;
    width: 250px;
    height: 100%;
}

/*Parte Footer*/
.footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: #f5f5f5;
    /*margin-top: auto;*/
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    font-family: Ubuntu-Regular, sans-serif;
    font-size: 1rem;
}

.footer > .supporto {
    padding-left: 20px;
    padding-right: 20px;
}

.footer > .cineca {
    padding-right: 20px;
    padding-left: 20px;
}

.flex-container {
    min-height: 64px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

@media only screen and (max-width: 940px) {
    .footer > .supporto {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer > .cineca {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cineca{
        display: none;
    }
}

@media only screen and (min-width: 940px) {
    .flex-container > span {
        flex-grow: 1;
    }

    footer > .cineca {
        flex-grow: 0;
        align-items: flex-end;
    }

    .footer {
        position: fixed;
    }
}

footer > .cineca {
    border: 2px red solid;
}