﻿/* ==========================================================================
   Form Exception
   ========================================================================== */

.form-exception {
    display: block;
    background-color: rgba(255,255,255,.7);
    padding: 7px 8px 5px 10px;
    border-radius: 3px;
    border: 1px solid #e00;
    font-size: 13px;
    color: #e00;
}

.form-exception > * {
    display: block;
    margin-bottom: 4px;
}

.form-exception a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}
