﻿input[type=file] {
    display: block;
    color: red;
    font-style: oblique;
    background:white!important;
}

    input[type=file]::file-selector-button {
        display: none;
    }
.hide{
    display:none;
}
.iti {
    width: 100%;
  
}
.borr {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
}
.divbuttonsend{
    display:flex;
    justify-content:center;
}

@media only screen and (max-width: 500px) {
    .divbuttonsend2{
        width:100%!important;
    }
}