.formUploadFile{
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  width: 500px;
  height: 200px;
  margin-bottom:50px;
  border: 4px dashed #000;
}
.formUploadFile p{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  font-family: Arial;
}
.formUploadFile input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.formUploadFile button:hover{
  background: #149174;
  color: #0C5645;
}
.formUploadFile button:active{
  border:0;
}