
.correct {
  color: green;
}

.incorrect {
  color: red;
  /* background: grey; */
  /* text-decoration: line-through;  */
}

.default {
  color: black;
}
.highlight {
  background-color: yellow;
}

/* .bg-img-testDashboard {
  background-image: url('../assets/bg_img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid red;
} */

        .btn-login {
            background-color: #EC6C1E;
            color: #ffffff;
            border: none;
            font-weight: 500;
        }

        .btn-login:hover {
            background-color: #d45f1a; /* A slightly darker orange for hover effect */
            color: #ffffff;
        }

        /* Adjusting logo size */
        .navbar-brand img {
            height: 40px; /* You can adjust this value as needed */
        }
        