/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
/* The alert message box */
.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #d6e9c6;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    border-color: #ebccd1;
}
