.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom + label {
    color: #343a40;
	font-size: 12px;
	font-family: "Arial";
}

.custom + label {
  background-color: #fff;
  height: 30px;
  width: 250px;
  display: block;
  border-radius: 5px; 
}

.custom:focus + label,
.custom + label:hover {
  border-color: #722040;
}

.custom + label span {
  width: 100%;
  margin-left: 5px;
  line-height: 30px;
}

.custom + label:hover span {
  cursor: pointer;
}

.containerfile {
  width: 250px;
  height: 31.8px;
  background-color: #dee2e6;  
  padding: 1px 1px 12px 1px;
  border-radius: 5px;
 
  :hover {
    cursor: pointer
  }
}