.alert.alert-pastel-danger, .alert.alert-pastel-warning, .alert.alert-pastel-info {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
}
.alert.alert-pastel-info {
    background-color: #dff0d8;
    color: #3c763d;
}
.alert.alert-pastel-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.alert.alert-pastel-danger {
    background-color: #f2dede;
    color: #a94442;
}
.alert.alert-pastel-danger > [data-notify="title"],
.alert.alert-pastel-warning > [data-notify="title"],
.alert.alert-pastel-info > [data-notify="title"] {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
}