#drop_file {
  border: #ffffff 2px dashed;
  width: 620px;
  height: 190px;
  /* padding: 8px; */
  font-size: 18px;
  color: #fff;
  margin: auto 25%;
}
#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}
#drag_upload_file p {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}
#drag_upload_file #selectfile {
  display: none;
}
.progress {
  width: 32% !important;
  margin: auto;
  margin-top: 30px;
  height: 1.3rem;
  background: none !important;
  padding: 0px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.bg-success {
  background-color: #2196f3 !important;
}
