﻿

.Contatti {
    background-color: rgb(54 169 255 / 0.80);
    padding: 50px 0;
}
.Contatti h1{
    margin-bottom:20px;
}
    .Contatti .form-control:focus {
       
    }



    .Contatti .form-control {
        background-color: #fff;
        padding: 20px 10px 10px 10px;
        border-radius: 0;
    }

    .Contatti .form-group select {
        padding-left: 20px;
        font-weight: 300;
        -webkit-appearance: none;
        -moz-appearance: none;
        apperance: none !important; /* Remove default arrow */
        background-image: url(media/Icone/ArrowDDL.svg); /* Add custom arrow */
    }
        .Contatti .form-group select option
        {
            color:#000;
        }

   
  .Contatti .form-group textarea {
        min-height: 115px;
    }

    .Contatti small {
        color: #fff;
        width:50%;
        display:block;
    }

    .Contatti table tr td label {
        padding: 0 10px 0 0;
    }


.form-select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}


@media (max-width:576px) {

    .Contatti small {
        width: 100%;
    }
}