input:not([type=submit]) {
  @include peertube-input-text(340px);
  display: block;
}

input[type=submit] {
  @include peertube-button;
  @include orange-button;
}