.notify {
    position: fixed;
    top: 88px;
    left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px
}

.notify-top-right, .notify-bottom-right {
    left: auto;
    right: 10px
}

.notify-top-center, .notify-bottom-center {
    left: 50%;
    margin-left: -175px
}

.notify-bottom-left, .notify-bottom-right, .notify-bottom-center {
    top: auto;
    bottom: 10px
}

@media (max-width: 479px) {
    .notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0
    }
}

.notify-message {
    position: relative;
    cursor: pointer
}

.notify-message div {
  text-align: center;
}

.notify .alert-default {
    background: #fff;
    border: 1px solid #e5e5e5
}
.close{
    position: relative !important;
    top: -6px !important;
    font-size: 26px !important;
}

.alert-success {
    color: #155724;
    padding: 4px !important;
    border: 1px dotted #155724 !important;
    border-radius: unset !important;
}

.alert-danger {
    color: #721c24;
    padding: 4px !important;
    border: 1px dotted #721c24 !important;
    border-radius: unset !important;
}