/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.alert {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    border-radius: .25rem;
    font-size: 12pt;
    font-weight: bold;
    padding: .75rem 1.25rem;
    position: relative;
}

.alert-error {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.hidden {
    display: none !important;
}