.notification {
    float: right;
    position: relative;
    z-index: 1002;
    clear: both;
    padding: 12px 15px;
    font-size: 1.25em;
    margin: 5px 5px 0 0;
    color: white;
}

.notifcation.success {
    background: #69dd76;
}

.notification.error {
    background: #ff8983;
}

.notification.info {
    background: #279aff;
}

.notification-close {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}

.notification-close:hover {
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
