/* Background halaman login */
.login-page-bg {
    background: url('../img/LoginBatik.png') no-repeat center center fixed;
    background-size: cover;
}

/* Background sisi kiri login */
.bg-login-custom {
    background: url('../img/bg-login-poltekba.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

