body {
    background-color: #f8f9fa; /* Light grey background */
}

.card {
    border-radius: 10px; /* Rounded corners for the card */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.btn-primary {
    background-color: #007bff; /* Custom primary button color */
    border-color: #007bff;
}

.btn-secondary {
    background-color: #6c757d; /* Custom secondary button color */
    border-color: #6c757d;
}

.alert-container {
    margin-top: 1rem; /* Add margin to the top of alert messages */
}

.form-control {
    text-align: left; /* Align the text inside input fields to the left */
}

label {
    display: block;
    text-align: left; /* Align the label text to the left */
}
