﻿#registration-section {
    background-color: #f8f9fa; /* light gray background */
}

.form-card {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
}

select.form-control,
input.form-control,
textarea.form-control {
    border-radius: 0.5rem;
}

label {
    font-weight: 500;
}
