.custom_notificationbar {
    width: 100%;
    z-index: 1031;
    position: fixed;
    top: 0;
    text-align: center;
    font-size: 19px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.notification_success {
    background: #00B22D;
}

.notification_error {
    background: #f4645f;
}

@media (max-width: 600px) {
    .custom_notificationbar {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
}