body {
    font-family: "Arial", sans-serif;
}

b {
    font-size: 50px;
    color: white;
    text-shadow: 2px 10px 4px rgba(0, 0, 0, 0.5);
}

.card2 .card-body{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}

.login-box-msg {
    /* Aturan CSS Anda di sini */
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.btn.btn-primary.btn-block:hover {
    background-color: #338b00; /* Warna merah tua saat tombol dihover */
}

.text-center.mb-1 a:hover {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}