/* here you can put your own css to customize and override the theme */
/* here you can put your own css to customize and override the theme */
body, html {
  height: 100%;
}

.bg {
  /* The image used */
  /*background-image: url("../../assets/img/logo_usaha.png");*/
  background-image: url("../../assets/img/bg/logo_usaha.png");
  
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  /*background-color: #cacaca; /* Used if the image is unavailable */
  
  
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 25% 50%; 
}

.container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}
