.bootstrap-growl.alert {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 400px !important;
    max-width: 100% !important;
    margin: 0!important;
}
.bootstrap-growl.alert-success,
.bootstrap-growl.alert-success-custom {
    border-color: #80D651;
}
.bootstrap-growl.alert .container {
    padding: 3rem !important;
}
.bootstrap-growl.alert-success .container::before,
.bootstrap-growl.alert-success-custom .container::before {
    display: block;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 48px;
    color: #80D651;
    text-align: center;
}

.bootstrap-growl.alert-danger .container::before {
    display: block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 48px;
    color: #d73814;
    text-align: center;
}