
form .uploadDiv input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .uploadDiv {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  background: #f3bd17;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}