/*
  IE8: we have to move this control off the page instead
  of hiding it like normal people because file submissions
  aren't even accepted from invisible elements.
  We have to use !important here because bootstrap does, and we need to
  override it.
*/
.logo-file-upload {
  display: block !important;
  visibility: visible !important;
  position: absolute;
  left: -9999em;
}
