html{

    background: transparent;
    
}

#bottoneLogout{
    cursor: pointer;
}

#titoloSaldoPunti,#titoloSaldoCredito{
    font-size: 17px;
    color:black;
}

#saldoPunti, #saldoCredito {
    font-size: 17px;
    color: black;
    font-weight:bold ;
}

#barcode{
font-family: 'Libre Barcode 39';
font-size: 50px;
}


div#contenitore
{
overflow: hidden;
position: relative;
width: 210px;
height: 300px;
padding-left: 0px;
}
/* definisco alcune caratteristiche comuni a tutti e tre i DIV presenti nel contenitore */
#contenitore > div
{ 

position: absolute;
/* width: 100px; */
height: 100px;   

}
/* posiziono il box N.1 */
div#box1
{
    
/* bottom: 0px; */
right: 0px;
z-index: 0;
 
}
/* posiziono il box N.2 */
div#box2
{

transform: rotateZ(90deg); 
/* bottom: 60px; */
top:100px;
/* right: 20px;   */
z-index: 1;
  
width: 175px;
}

#immagineCarta{
width:200px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){

    .top-search-form form .form-control  {
        max-width: 150px !important;
        width: 150px !important;
        margin-right: 15px !important;
        margin-left: 8px !important;
    }
  
  }