  /* label color */
   .input-field label {
     color: #b0bec5;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #b0bec5;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #b0bec5;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #b0bec5;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #b0bec5;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #b0bec5;
   }

.ignore-css{all:unset;}

.bounding-box {
  background-image: url(http://www.beercraft.de/playground/gfx/Tonne_klein_blau.png);
  background-size: contain;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}