.btn-outline-primary {
  color: rgba(61, 114, 183, 1) !important;
  border-color: rgba(61, 114, 183, 1) !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: rgba(61, 114, 183, 1) !important;
}

.btn-outline-primary:active {
  background-color: rgba(32, 92, 168, 1) !important;
}

#fileUpload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#fileUpload+label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: rgba(61, 114, 183, 1);
  display: inline-block;
  cursor: pointer;
  border-radius: 1px;
}

#fileUpload:focus+label,
#fileUpload+label:hover {
  background-color: rgba(32, 92, 168, 1);
}