.alert {
    margin-bottom: 16px;
    margin-top: 10px;
    display:none;
    margin-left:10px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.alert a {
    color: red;
}

.alert .success {
    color: #0c0;
}

.alert_message {

    color: red;



}