/* added 24Dec2024 */
body.login-page {
    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */
}
.login-title{
    color:#f7f445;
}
.container-fluid{

    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */
}

.col-sm-6.col-sm-6.login-section-wrapper{
    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */
}

.login-wrapper-footer-text{
    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */
}

.form-control{
    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */

}
.modal-body{

    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */

}

.modal-footer{
    background-color: #121212 !important; /* Memaksa warna hitam */
    color: #ffffff; /* Pastikan teks juga berwarna putih */
}
