.bg-auth {
    background-image: url(../images/banner.jpeg) !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.card-header:first-child {
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0 !important;
}

.bg-success{
    background-color: #68e365 !important;
}
.card-title{
    font-weight: 600 !important;
}

.noti-icon .noti-dot{
    height: 11px;
    width: 11px;
    right: 11px;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
