.drag-nd-drop-upload{
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
    width: 500px;
    height: 200px; */
    border: 4px dashed #000 ;
    position: relative;
  }
  .drag-nd-drop-upload p {
    /* width: 100%;
    height: 100%; */
    text-align: center;
    line-height: 170px;
    /* color: black; */
    margin: 0;
  }
  .drag-nd-drop-upload .drag-drop-upload-file{
    position: absolute;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
  }
  .drag-nd-drop-upload .btn-submit{
    margin: 0;
    color: #fff;
    background: #16a085;
    border: none;
    width: 508px;
    height: 35px;
    margin-top: -20px;
    margin-left: -4px;
    border-radius: 4px;
    border-bottom: 4px solid #117A60;
    transition: all .2s ease;
    outline: none;
  }
  .drag-nd-drop-upload .btn-submit:hover{
    background: #149174;
    color: #0C5645;
  }
  .drag-nd-drop-upload .btn-submit:active{
    border:0;
  }