body {
            font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
        }

        .bg-register-image {
            background-image: url('img/login.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 60%; /* Adjust the height as needed */
            width: 100%; /* Ensure it takes full width */
        }
        .highlight-link {
            background-color: #ffdede; /* Ganti dengan warna yang Anda inginkan */
            padding: 2px 5px;
            border-radius: 3px;
            text-decoration: none; /* Menghilangkan garis bawah */
        }
        .highlight-link:hover {
            background-color: #dcdcdc; /* Warna latar saat di-hover */
        }
        .custom-img {
    width: 75%; /* Default width for smaller screens */
}

@media (min-width: 992px) {
    .custom-img {
        width: 100%; /* Make the image bigger on large screens */
        max-width: 500px; /* Optional: Limit the maximum width on large screens */
    }
    .flex-lg-column {
        display: block!important; /* Nonaktifkan flexbox pada layar besar */
    }
}