

.file-upload {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
  max-height: 310px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-dropping,
.image-upload-wrap:hover {
  border: 1px groove #c0c0c0;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.file-upload-image {
  margin: auto;
  max-height: 300px;
  max-width: 450px;
}

.remove-image {
  margin: 0;
  color: #fff;
  background: #0080ff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #0080ff;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #0080ff;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
