#form i{
    float: left;
    min-width: 2.4rem;
    min-height: 2.4rem;
    margin: 0 1rem 0 0;
}
.progress {
    display: flex;
    height: 4rem;
    overflow: hidden;
    font-size: 1.75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease;
}