.form-group label {
    font-weight: 500 !important;
}

.form-group input, .form-group select, .form-group textarea {
    border: 1px solid #a0967e !important;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border: 3px;
    border-color: #A4957D !important;
    box-shadow: none !important;
}

.checkbox-group {
    color: #00000093 !important;
}

.checkbox-group a {
    color: #A4957D;
    font-weight: bold;
    text-decoration: none;
}

.checkbox-group a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.btn-primary {
    background: #a0967e !important;
}

.btn-primary:hover, .btn-primary:focus {
    background: #908064 !important;
}