input[type='file'] {
  display: none;
}

.input-wrapper label {
  background-color: #1e3154;
  border-radius: 5px;
  color: #fff;
  margin: 5px 5px 5px 0px;
  padding: 10px 20px;
}

.input-wrapper label:hover {
  background-color: #13223d;
}

