/* Warna Background footer
.pkp_structure_footer_wrapper {
    background: #062e55;
}
*/

/* Warna Teks Footer 
body {
    color: #fff;
}
*/
body {
    background-image: url(https://www.pixeden.com/media/k2/galleries/136/002-subtle-light-pattern-background-texture.jpg);
}

.pkp_structure_head {
    /* background-color: #062e55; */
    background-image: url(https://preview.ibb.co/bw6xs7/kopertis_IV.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ddd;
}

.pkp_structure_main:first-child:last-child {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
}

/* Ukuran footer */
.pkp_footer_content {
    padding: 10px;
}

/* Menghilangkan logo OJS */
.pkp_brand_footer {
    display: none;
}