/* =========================
   Filebrowser Custom Branding
   ========================= */


#login form h1 {
    display: none;
}

#login form {
    top: 40%;
    overflow: visible;
}

#login form > img {
  width: 30em;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


#login input.button {
  background-color: #f58529;
}
