﻿
.bootstrap-growl {
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: center;
    font-weight: bold;
    border-radius: 0 !important;
    font-size: 20px;
    padding: 25px !important;
}

.alert-success {
    border-color: #40b053 !important;
    color: #fff !important;
    background-color: #40b053 !important;
}

.alert-danger {
    border-color: #e74c3c !important;
    color: #fff !important;
    background-color: #e74c3c !important;
}

.alert-warning {
    border-color: #dfae1c !important;
    color: #fff !important;
    background-color: #dfae1c !important;
}
