html{
    font-family:'Inter';
}

.login{
    background-image: url(../images/bus-bg-blur.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.progress-bar{
    transition: width 0.6s ease-in-out;
    width:0%;
}