body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.75em;
    color: white;
}

.breadcrumb_bar {
    display: none; /* il breadcrumb non serve nella pagina di log in*/
}

.ee_h1_login {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #808080;
    font-size: 4em;
}

.ee_p_login {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #808080;
    font-size: 1.9em;
}


.version_info_box {
    font-family: Arial;
    font-size: 8px;
    color: #808080
}

/* ### ALPHA MAC ###*/
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/Content/images/bg/gears.png"); /*Per impostare un immagine di sfondo alla pagina di log-in*/
    color: black !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ee_login_box {
    background-color: white;
    padding: 2.5rem;
}

.ee_login_welcome {
    width: 70%;
    margin: 0 auto;
    padding-top: 1%;
    text-align: center;
}

#topbar {
    display: none; /* la navbar non serve nella pagina di log in*/
}

.ee_h1_login {
    display: none;
}

.ee_logo_top {
    margin: 10px;
}

.ee_select_lingua {
    background-color: white !important;
    border: 0 !important;
}

.ee_input {
    height: 2.8rem;
    border-radius: 0;
    padding: 6px 10px;
    font-size: 14px;       /* base esplicita: valida su tutti i breakpoint */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    background-color: #c1282e !important;
}

.ee_login_disappear {
    display: none;
}

@media only screen and (max-width: 1360px) {
    .ee_input {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .ee_login_box {
        padding: 1.5rem 1rem;
    }
    .ee_input {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .ee_input {
        width: 100%;
    }
}

/* ### ALPHA MAC ###*/
