/* INIZIO BLOCCO LOGIN */


#pg_login 
{
    height:100vh;
    overflow-y: hidden!important;
    overflow-x: hidden!important;
}

#pg_login span:hover 
{
    cursor: pointer;
}

#pg_login h2
{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    margin: 40px 8px 10px 8px; 
    color: #cccccc;
}

#pg_login h3
{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    color: red;
}






#pg_login h2.inactive 
{
    color: #cccccc;
}

#pg_login h2.active 
{
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



#pg_login .accedi
{
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
}

#pg_login input[type=button]:hover, #pg_login input[type=submit]:hover, #pg_login input[type=reset]:hover
{
    background-color: #39ace7;
}

#pg_login input[type=button]:active, #pg_login input[type=submit]:active, #pg_login input[type=reset]:active
{
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}



#pg_login #tableSoc_processing
{
    z-index:999999999;
    background-color: #ffffff;
}
  
  


/* FINE BLOCCO LOGIN */