body {
    background-color: #f2f4f7;
}

.container {
    max-width: 1200px;
    background: #ffffff;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}




.form-section {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 25px;
}

.text-center h2 {
    color: #414141;
    font-weight: 600;
}

.form-section h4,
.form-section legend {
    color: #2669cf;
    font-weight: 600;
    font-size: 1.1rem;
    border-left: 4px solid #2669cf;
    padding-left: 10px;
    margin-bottom: 15px;
}

.form-control,
.form-select {
    border-radius: 4px;
    border: 1px solid #ced4da;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #0d47a1;
        box-shadow: none;
    }

.btn-primary {
    background-color: #0d47a1;
    border-color: #0d47a1;
    padding: 10px 30px;
    font-size: 1rem;
}

    .btn-primary:hover {
        background-color: #08306b;
        border-color: #08306b;
    }

a {
    color: #0d47a1;
    text-decoration: underline;
}

    a:hover {
        color: #2669cf;
        text-decoration: underline;
    }
