.required-label:after {
    color: red;
    content: " *";
}

label.error {
    color: red;
    font-size: 12px;
}

.form-check .form-check-label {
    margin-block-start: 2px;
}

.form-control:focus {
    border-color: #d5dae1;
    box-shadow: 0 0 0 0.25rem #d5dae14a;
}
