.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
} 
.inputfile + label {
    max-width: 100%;
    font-size: 18px;/*modif 1.25rem;*/
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 24px 2rem;/*modif 0.625rem 1.25rem;*/
    /* 10px 20px */
}
.inputfile + label:hover {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
/* style 1 */

.inputfile-1 + label, .inputfile-1:focus + label,
.inputfile-1.has-focus + label {
    color: #FFF;
    background-color: transparent;
	box-shadow: inset 0 0 0 50px #ff393c;
	display: inline-block;
    min-width: 50%;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.inputfile-1 + label:hover {
	box-shadow: inset 0 0 0 1.5px #ff393c;
}
/*aggiunta*/.iptlblfrm {
	text-align:center;
	padding-top:21px;
}
@media all and (max-width: 1199px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.inputfile + label {
    max-width: 100%;
}
}
@media all and (max-width: 1199px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.inputfile + label {
    width: 80%;
}
}
