﻿html {
    background-color: #0078bd !important
}

body {
    background: #0078bd url(https://www.unict.it/sites/all/themes/id_theme_unict/logo.svg) no-repeat 20px -25px !important;
    background-size: 262px 120px !important;
    padding-top: 100px
}

.brand_logo_container {
    background: #0078bd
}

.appleStore {
    margin-top: 5.5px;
    width: 130px;
}
.googleStore {
    width: 140px;
}

.brand_logo {
    border: 0;
    margin: 2px 0 0 -11px
}

footer.page-footer .footer-copyright {
    background-color: #036
}

.user_card {
    background: #fff url(/Version2020/Portal/img/besmart.png) no-repeat 95% 10px
}

@media(max-width:650px) {

    body {
        background-image: none !important;
        padding-top: 0;
    }

    .brand_logo_container_mobile {
        background: #0078bd;
        top: -75px
    }

    .brand_logo_mobile {
        border: 0;
        height: 165px;
        width: 165px;
        margin: 0 0 0 -5px
    }

    .user_card {
        background: #fff url(/Version2020/Portal/img/besmart_small.png) no-repeat 99% 10px
    }

    .appleStore {
        margin-top: -2px !important;
        width: 70px;
    }

    .googleStore {
        margin-top:-5px;
        width: 72px;
    }
}
