/* Custom CSS for a centered, modern look */
.vh-100 {
    min-height: 100vh; /* Ensures the container takes up the full viewport height */
}

.card {
    border-radius: 1rem; /* Rounded corners for the card */
    border: none; /* Removes default card border */
}

.card-title {
    font-weight: 600; /* Bolder font for the title */
}
.logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}

