.toastr-top-right {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

input.is-invalid {
    border: 1px solid #ec398b !important;
}

.toast-error {
    background-color: #ec398b !important;
}

.tac {
    text-align: center !important;
}


.hide { display: none; }