/* Discrete Flash */
.discrete-flash .alert {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    border: none;
}
.discrete-flash button {
    display: none;
}
/* Forms */
form ul.form-element-error {
    font-size: .8rem;
    color: #DC3545;
}
