/* Transition must be on the element at all times */
form {
    transition: background-color 0.25s ease-in-out !important;
}

/* Only define the pulse colors here */
.pulse-green {
    background-color: rgb(191, 241, 191) !important;
}

.pulse-red {
    background-color: rgb(236, 193, 193) !important;
}

.busy{
    background-Image:  url('../assets/hourglass-transparent2.gif') !important;
    background-Repeat:  no-repeat !important;
    background-Position:  center !important;
    background-size: contain !important;;
}