body {
    background: url("../../images/supergraphic_bg.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "BoschSans", serif;
}

.content-wrapper
{
    margin-left: 0 !important;
}

.login-card {
    height: auto;
    padding: 2rem 1rem 3rem;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-top: 5%;
    margin-bottom: 5%;
    width: 35%;
    position: relative;
}

#version {
    /*position: absolute;
    bottom: 1rem;*/
    right: 1rem;
    font-size: 70%;
    color: rgb(159, 159, 159);
}



body {
    position: relative;
    margin: 0;
    padding-bottom: 0;
    min-height: auto;
}

#employee_portal_italy_img {
    max-width: 50%;
}

@media (max-width:1400px) {
    #employee_portal_italy_img {
        max-width: 70% !important;
    }
}

@media (max-width:1024px) {
    .login-card {
        width: 80% !important;
    }

    #employee_portal_italy_img {
        max-width: 50% !important;
        margin-top: 1rem;
    }
}

@media (max-width:780px) {
    .login-card {
        width: 90% !important;
    }
    #employee_portal_italy_img {
        margin-top: 0 !important;
    }

    #app_title {
        margin-top: 3rem;
        text-align: center;
    }
}

@media (max-width:500px) {
    #access_second_time_check_label {
        font-size: 80%;
    }

    #employee_portal_italy_img {
        max-width: 75% !important;
    }

    #app_title {
        margin-top: 3rem;
        text-align: initial;
    }
}

#app_title {
    margin-bottom: 2rem;
    text-align: initial;
}

#logobosch{
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 25%;
}

#legal {
    /*
    position: absolute;
    left: 1rem;
    */
    font-size: 0.9rem;
}

#legal a {
    color: inherit;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.bosch_panel_white {
    background: linear-gradient(to right, rgba(255,255,255, 1), rgba(255,255,255, 1));
    color: #333;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}
.bosch_panel_trasparent {
    background: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0));
    color: #333;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}
.bosch_panel_white_trasparent {
    background: linear-gradient(to right, rgba(255,255,255, 0.3), rgba(255,255,255, 0.3));
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid white !important;
}

.bosch_panel_white_trasparent_05 {
    background: linear-gradient(to right, rgba(255,255,255, 0.5), rgba(255,255,255, 0.5));
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid white !important;
}

.bosch_panel_white_trasparent_07 {
    background: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7));
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid white !important;
}

.bosch_panel_black_trasparent_075 {
    background: linear-gradient(to right, rgba(0,0,0, 0.75), rgba(0,0,0, 0.75));
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid white !important;
}

.bosch_panel_black {
    background: linear-gradient(to right, rgba(0,0,0, 1.0), rgba(0,0,0, 1.0));
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid white !important;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
