/* --- Form Response --- */
#formResponse {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.9em;
    display: none;
    text-align: center;
}
#formResponse.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}
#formResponse.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}