#steps-fst #progressbar li.active:before,
#steps-fst #progressbar li.active:after {
    background: #2f55d4;
}
#steps-fst #progressbar #confirm:before {
    content: "";
}

#steps-fst #progressbar li:before {
    width: 12px;
    height: 12px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#steps-fst #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: -1;
}
#steps-fst #progressbar #account:before {
    content: "";
}

#steps-fst #progressbar #personal:before {
    content: "";
}
#steps-fst #progressbar .active {
    color: #2f55d4;
}
#steps-fst #progressbar.fst-pf-one li {
    width: 33.33%;
}
#steps-fst #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}
#steps-fst .fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

#steps-fst .purple-text {
    color: #673AB7;
    font-weight: normal;
}

#steps-fst .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

#steps-fst .fieldlabels {
    color: gray;
    text-align: left;
}

#steps-fst #progressbar {
    margin-bottom: 30px;
    padding-left: 0px;
    overflow: hidden;
    color: lightgrey;
}
#steps-fst #msform .action-button-draft {
    background: transparent;
    font-weight: 500;
    color: #ffb208;
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 20px;
    margin: 10px 10px 10px 0px;
    float: right;
}
#steps-fst.card {
    z-index: 0;
    border: none;
    position: relative;
}
#steps-fst #msform .action-button {
    width: 100px;
    background: #2f55d4;
    border: 1px solid #2f55d4;
    font-weight: 500;
    color: white;
    cursor: pointer;
    padding: 8px 20px;
    margin: 10px 0px 10px 5px;
    border-radius: 6px;
    float: right;
}

#steps-fst #msform .action-button-previous {
    background: transparent;
    font-weight: 500;
    color: #2f55d4;
    border: 1px solid;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 20px;
    margin: 10px 5px 10px 0px;
    float: right;
}
#steps-fst #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal;
}

#steps-fst #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#steps-fst #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

#steps-fst .form-card {
    text-align: left;
}

#steps-fst #msform fieldset:not(:first-of-type){
    display: none;
}
#steps-fst #msform input:focus,
#steps-fst #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}