html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Background global */
html {
  background: url('https://journal.idbgrup.ac.id/public/site/images/admin/bg1.jpg')
              no-repeat center center fixed;
  background-size: cover;
}

body {
  background: transparent;
  font-family: tahoma, geneva, sans-serif;
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom: 10px;
  padding-top: 10px;
}