.ssh-custom-file-upload {
  position: relative;
  display: inline;
}

.ssh-file-browse-btn {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #767676;
  background-color: #efefef;
  cursor: pointer;
  font: inherit;
  line-height: normal;
}

.ssh-file-name-label {
  color: #767676;
  font: inherit;
  margin-left: 4px;
}

.ssh-custom-file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0;
}
