.ld-drag-drop-body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ld-drag-drop-cont {
  height: 389px;
  width: 600px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 70px; */
  margin: 15px;
}

.cloud-icon {
  color: #CC0000;
  height: 60px;
  width: 60px;
}

.ld-drag-drop-text {
  color: #555555;
  font-family: Roboto;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.ld-drag-drop-file-text {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
}

.ld-browse-link {
  color: #CC0000;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
}

#file-input {
  display: none;
}
