.af-page-form-msg {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    min-height: 1.25rem;
}
.af-page-form-msg.is-ok {
    color: #2d6a3e;
    font-weight: 600;
}
.af-page-form-msg.is-err {
    color: #b33;
    font-weight: 600;
}
