.card {
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
}

h4 {
    color: #114b95;
    text-transform: uppercase;
}

.form-card {
    max-width: 980px;
    border-radius: 14px;
}

.form-label {
    font-size: .80rem;
    font-weight: 600;
    color: #114b95;
    margin-bottom: .35rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: .7rem .85rem;
    border-color: #d9e2ec;
}

.form-control:focus,
.form-select:focus {
    border-color: #114b95;
    box-shadow: 0 0 0 .2rem rgba(43, 108, 176, .15);
}

.form-check-input:checked {
    background-color: #114b95;
    border-color: #114b95;
}

.form-check-input:hover {
    cursor: pointer;
}

.bg-soft {
    background: #f7f9fc;
    border: 1px solid #e3e8ee;
}

.mb-legal {
    margin-bottom: 1.4rem;
}

.btn {
    background-color: #114b95 !important;
}