.btn {
  background-color: #00ff33;
  padding:10px;
  border:0;
  border-radius: 12px;
}
.uploadbtn {
  background-color: #ff00cc;
  padding:10px;
  border:0;
  border-radius: 12px;
  color:#ffffff;
  position:relative;
  width:100px;
  overflow:hidden;
}
.labeltext {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#ffffff;
}
.uploadbtn input {
  position:absolute;
  width:100%;
  height:100%;
  z-index:9;
  opacity:0;
}
#toEdit {
  width:600px;
}
