p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

@media screen and (max-width: 768px) {
    #progressbar li {
        font-size: 12px!important;
    }
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 23%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    font-family: FontAwesome;
    content: "\f002"
}

#progressbar #step2:before {
    font-family: FontAwesome;
    content: "\f1b3"
}

#progressbar #step3:before {
    font-family: FontAwesome;
    content: "\f044"
}

#progressbar #step4:before {
    font-family: FontAwesome;
    content: "\f085"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}