.toastr-success {
    background-color: #4BB543 !important;
}

.toastr-error {
    background-color: #FF0033 !important;
}

.toastr-warning {
    background-color: #ff9900 !important;
}

.invalid-feedback {
    font-weight: 500 !important;
}

.right {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}