/* Development CSS File */

.success {
    background: #D46F73;
    color: #FFF;
}
.errordanger {
    background: #D46F73;
    color: #FFF;
}

.alert {
    padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;
}