.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.file-input label {
  color: #555;
  background-color: #fff;
  border-color: #bbb;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #bbb;  
  cursor: pointer;
  box-sizing: border-box; 
  margin-bottom: 20px;
}
.file-input label:hover {
  border-color: #33C3F0;
}
.file-name {
  position: absolute;
  left: 10px;
  color: #000;
}
#file-upload-progress {
  accent-color: #33C3F0;
}