#jGrowl {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-family: "Muller", sans-serif !important;
    line-height: 2 !important;
    z-index: 300;
}

#jGrowl .jGrowl-notification.alert {
    position: relative;
    width: calc(250px + (400 - 250) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: 14px 25px 14px 18px;
    border: none !important;
    border-radius: 3px !important;
    margin: 10px 0;
}

#jGrowl .jGrowl-notification.af-message-error {
    background: #f41d53;
}

#jGrowl .jGrowl-notification.af-message-success {
    background: #1cd032;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 8px;
    top: 4px;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: normal !important;
    background: none;
    border: none;
    outline: none;
}
#jGrowl .jGrowl-notification.alert .jGrowl-message {
    color: #fff !important;
    font-size: 119%;
    line-height: 1.5;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 119%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    background-color: #71b552 !important;
}
#jGrowl .ms2-message-success {
    border: none !important;
    background-color: #71b552 !important;
}