
input[type=password],input[type=text] 
    {display: inline-block;  
     height: 32px;  
     margin: 0;  
     padding: 0 8px;  
     background: #fff; 
     font-size: inherit; 
     border: 1px solid #d9d9d9;
     border-top:1px solid #c0c0c0;
     -webkit-box-sizing: border-box;  
     -moz-box-sizing: border-box;  
     box-sizing: border-box;  
     -webkit-border-radius:6px;
     -moz-border-radius:6px;
     border-radius:6px;
     width:200px;
     vertical-align: bottom;}

input[type=checkbox]
    {
     /*appearance: none;*/

     width: 13px;  
     height: 13px;  
     margin: 0;  
     cursor: pointer;  
     vertical-align: bottom;  
     background: #fff;  
     border: 1px solid #dcdcdc;  
     -webkit-border-radius: 1px;  
     -moz-border-radius: 1px;  
     border-radius: 1px;  
     -webkit-box-sizing: border-box;  
     -moz-box-sizing: border-box;  
     box-sizing: border-box;  
     position: relative;}



.btn-arancio, .g-button.g-button-submit {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: center;
    border-radius: 50.5px;
    background-color: #5487be;
    font-size: 15px;
    color: #ffffff;
    border: 0;
    padding: 4px 20px;
    width: auto;
    display: block;
    margin: 0 auto;
}

    .btn-arancio:hover, .g-button.g-button-submit:hover {
        color: #c3c3c3;
    }






