.hm_notifications {
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 2000;
    display: none;
}

.hm_notifications_close {
    background: #ffffff;
    color: #000000;
    padding: 5px;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.hm_notifications_c {
    position: relative;
    padding:30px 20px;
    font-size: 15px;
}

.hm_notifications_success {
    background:#62cb31;
    color: #ffffff;
}

.hm_notifications_danger {
    background:#c10c09;
    color: #ffffff;
}