.bg-dark {
    background-color: #22272b !important;
}

.custom-placeholder::placeholder {
    font-style: italic;
    color: #6c757d; 
}

.custom-placeholder {
    font-style: normal; 
    border-radius: 3px !important;
}

.input-group {
    background-color: white;
    border-radius: 3px !important;
}

.btn-login {
    width: 100%;
    border-radius: 100px !important;
    background-color: #ff8913;
    color: white !important;
    font-weight: bold;
    transition: transform 0.3s ease; 
}

.btn-login:hover {
    transform: scale(1.02);
    color:white;
    font-weight: bolder;
}

.btn-google {
    width: 100%;
    border-radius: 100px !important;
    background-color: white;
    color: black !important;
    font-weight: bold;
    transition: transform 0.2s ease; /* Menambahkan transisi */
}

.btn-google:hover {
    transform: scale(1.02); 
    color:white;
    font-weight: bolder;
}

