.file-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
}
.hidden-file-input {
  display: none;
}
.custom-upload-label {
  display: inline-block;
  border: 1px solid #E1E7ED;
  color: #0094D8;
  font-weight: 700;
  font-family: Instrument Sans;
  width: 700px;
  padding: 20px 70px 30px;
  margin-bottom: 20px; 
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  background: transparent;
  text-align: center;
}      
.custom-upload-label:hover {
  border: 1px solid #0094D8;
}      