.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.form-label {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
