label.form-label{
    color: #3f3f3f;
}

.form-control {
    color: #3f3f3f;
}

label.error,
div.error{
    color: red;
}