body {

    font-family:
        'Montserrat',
        sans-serif;

    color: #2d3b4e;

    background: transparent;
}

/* Labels */

label {

    font-weight: 600;

    color: #2d3b4e;
}

/* Inputs */

.form-control {

    border: 1px solid #c9c2b2;

    border-radius: 12px;

    min-height: 48px;

    transition: .3s ease;
}

.form-control:focus {

    border-color: #a35139;

    box-shadow:
        0 0 0 .2rem
        rgba(163,81,57,.15);
}

/* Textarea */

textarea.form-control {

    min-height: 140px;
}

/* Required */

.text-danger {

    color: #a35139 !important;
}

/* Radio buttons */

.form-check {

    margin-bottom: 10px;
}

/* Submit */

.btn-bespaarwonen {

    background: #a35139;

    color: white;

    border: 0;

    border-radius: 50px;

    padding: 14px 32px;

    font-weight: 700;

    transition: .3s ease;
}

.btn-bespaarwonen:hover {

    background: #8c452f;

    color: white;

    transform: translateY(-2px);
}

/* validation styling */

.is-invalid {

    border-color: #a35139;
}

.invalid-feedback {

    color: #a35139;
}
