.form-input-contact { display: block;
        width: 100%;
        height: calc(1.5715em + .875rem + 2px);
        padding: .4375rem .875rem;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5715;
        color: #333;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ddd;
        border-radius: .25rem;
        transition: border-color .15s 
        ease-in-out, box-shadow .15s 
        ease-in-out;
       }