/* Ajax */
.ajax_success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: 100px;
    margin-top: 15px;
    text-align: center;
}
.ajax_error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: 100px;
    margin-top: 15px;
    text-align: center;
}
/* Ajax */
