.swimgy-notify-fail {
    position: absolute;
    top: 1%;
    width: 90%;
    border: 2px solid rgb(141, 0, 0);
    border-radius: 7px;
    background-color: rgb(189, 0, 0);
    color: #fff;
    font-weight: bold;
}

.swimgy-notify-succ {
    position: absolute;
    top: 1%;
    width: 90%;
    border: 2px solid rgb(0, 105, 0);
    border-radius: 7px;
    background-color: rgb(0, 151, 0);
    color: #fff;
    font-weight: bold;
}

.shadow-white {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.shadow-black {
    color: #fff!important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}