.add-success {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    min-width: 400px;
    z-index: 20;
    color: black;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    box-shadow: 2px 4px 3px lightgrey;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #66FF99;
}

.add-info {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    min-width: 400px;
    z-index: 20;
    color: black;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    box-shadow: 2px 4px 3px lightgrey;
    text-shadow: 1px 1px 1px white;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #02e2ff;
}

.add-danger {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    min-width: 400px;
    z-index: 20;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    box-shadow: 2px 4px 3px lightgrey;
    text-shadow: 1px 1px 1px black;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FF6666;
}

.regis-success {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    width: 400px;
    z-index: 20;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    box-shadow: 2px 4px 3px lightgrey;
    padding-top: 15px;
    padding-bottom: 15px;
    background: -webkit-linear-gradient(left, #3333FF, #6666FF);
    background: -moz-linear-gradient(right, #3333FF, #6666FF);
    background: linear-gradient(to right, #3333FF, #6666FF);
}

.success-notification {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    min-width: 400px;
    z-index: 20;
    color: black;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-shadow: 2px 2px 2px white;
    box-shadow: 2px 4px 3px lightgrey;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #66FF99;
}

.danger-notification {
    position: fixed !important;
    right: 0;
    min-height: 80px;
    min-width: 400px;
    z-index: 20;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    box-shadow: 2px 4px 3px lightgrey;
    text-shadow: 1px 1px 1px black;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FF6666;
}