input:focus {
    outline:none;
}

/*.box_barra_sup {   position: absolute;   top: 0px;  left:320px;  padding: 0px;  margin: 0px;  background-color: #ff7c00;  border: 0px solid #c0c0c0;    width: 100%;    height: 40px; } */

.box_barra_sup { 
  position: absolute; 
  top: 0px;  left:320px;
  padding: 0px;  margin: 0px;
  background-color: #ffffff;
  border: 0px solid #ffffff;
    width: 70%;
    height: 40px;
   
}

.divricerca { 
  margin: 0px;
  padding: 0px;  
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  width: 300px;
  height: 28px;
  display: flex;
  border-radius: 10px;
  -moz-border-radius: 10px; /* firefox */
  -webkit-border-radius: 10px; /* safari, chrome */
  align-items: center;
   }

.box_ricerca { 
  position: absolute; 
  top: 100px;  left:400px;
  padding: 0px;  margin: 0px;
  background-color: #ffffff;
  border: 0px solid #c0c0c0;
  width: 344px;
   
}

.box_test { 
  position: absolute; 
  top: 620px;   left:130px;
  padding: 0px;   margin: 0px;
  background-color: #ffffff;
  border: 0px solid #000;
  width: 90%;  
}

.box_logo { 
  position: absolute; 
  top: 10px;   left:10px;
  padding: 0px;   margin: 0px;
  background-color: #ffffff;
  border: 0px solid #000;
  width: 300;    height=225;
}

.box_rispo { 
  position: absolute; 
  top: 10px;   left:800px;
  padding: 0px;   margin: 0px;
  background-color: #ffffff;
  border: 1px solid #000;
  width: 240;  height=25; 
}

.box_bottom { 
  
  padding: 0px;   margin: 0px;
  background-color: #ff0000;
  border: 0px solid #000;
  width: 100%; 
}

.button2 {
  background-color: #007c00;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  border-radius: 8px;
}

.button2:hover {
  box-shadow: 4px 4px 6px 0 rgba(0,0,0, 0.3)
  }


.button3 {
  background-color: #007c00;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
}

.button4 {
  background-color: #ff7c00;
  border: 1px solid white;
  color: black;
  text-align: center;
  font-size: 15px;
  border-radius: 8px;
}
