   .custom-file-button input[type="file"] {
     margin-left: -2px !important;
     font-family: 'FreightSansProMedium';
     font-weight:normal;
     padding-top:15px;
}
 .custom-file-button input[type="file"]::-webkit-file-upload-button {
     display: none;
}
 .custom-file-button input[type="file"]::file-selector-button {
     display: none;
}
 .custom-file-button:hover label {
     background-color: #dde0e3;
     cursor: pointer;
}
.input-group-text{
    font-family: 'FreightSansProMedium';
    font-size:20px;
}