﻿#logo-landing-page {
    max-height: 200px;
    max-width: 100%;
}

#accedi-button {
    width: 200px;
    background-color: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 18px !important;
}

body {
    background-image: url("/Content/Images/Sito.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#main-content {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    #image-col {
        height: 510px;
    }
    body {
        background-image: url("/Content/Images/Sito-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        background-position: center;
    }
}

@media (max-width: 556px) {
    #image-col {
        height: 320px;
    }
    body {
        background-image: url("/Content/Images/Sito-mobile.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        background-position: center;
    }

}
