.uppy-Url {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}
[data-uppy-theme=dark] .uppy-Url {
  background-color: #1f1f1f;
}

.uppy-Url-input {
  width: 90%;
  max-width: 650px;
  margin-bottom: 15px;
}
.uppy-size--md .uppy-Url-input {
  margin-bottom: 20px;
}

.uppy-Url-importButton {
  padding: 13px 25px;
}
.uppy-size--md .uppy-Url-importButton {
  padding: 13px 30px;
}