.error_local{
    display: none;
    color: red !important;
    text-align: center;
    font-weight: bold !important;
}
.success_local{
    display: none;
    color: green !important;
    text-align: center;
    font-weight: bold !important;
}
a{
    cursor: pointer;
}