/* Atmosfera Files - Custom Branding */

/* Hide default logo and title text */
form > img[alt="File Browser"] {
  display: none !important;
}

form > h1 {
  display: none !important;
}

/* Show Atmosfera logo and title */
form::before {
  content: '';
  display: block;
  width: 220px;
  height: 110px;
  margin: 0 auto 1rem;
  background: url('/static/img/logo.png') no-repeat center;
  background-size: contain;
}
