.containersuccess {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-leftsuccess {
  position: absolute;
  bottom: 8px;
  left: 16px;
color: red !important;
border: 5px solid red;
}

.top-leftsuccess {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-rightsuccess {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-rightsuccess {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centeredsuccess {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-for-file-input {
    font-weight: 500 !important;
}