﻿
.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        margin-bottom: .5rem;
    }

.form-control:focus {
    border-color: #a10f2b;
}

.form-check-input:checked {
    border-color: #a10f2b;
    background-color: #a10f2b;
}

.form-check-input:focus {
    box-shadow: none;
}

.required {
    font-weight: bold;
}

    .required:after {
        content: " *";
        font-weight: bold;
        color: red;
    }

.control-label {
    font-weight: bold;
}
