@keyframes show-toast{
    0% {bottom: -50%}
    20% {bottom: 300px}
    80% {bottom: 300px}
    100% {bottom: -50%}
}
.show-notification{
    position: fixed;
    bottom: 100%;
    right: 10px;
    animation-name: show-toast;
    animation-duration: 50s;
    z-index: 9999;
}

.errorlist{

    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;

}

body{
    top: 0px !important;
}

