﻿body {
}


/*Dispositivi con uno scherm */
@media only screen and (max-device-width: 480px) {

    .logo {
        text-align: center;
    }

        .logo img {
            width: 75%;
        }

    .login-page-header {
        padding: 20px 30px;
    }


    .card {
        padding: 1em;
    }


    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .links {
            float: none !important;
        }

        .footer-bottom .logo {
            float: none !important;
        }

            .footer-bottom .logo img {
                margin: 10px auto;
                max-width: 200px;
            }
}



/*IPHONE*/
/* Portrait */
@media only screen and (min-device-width: 300px) and (max-device-width: 667px) {
}
