#grad1 {
    background-color:  #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}
#msform {
    text-align: center;    
    margin-top: 15px
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    position: relative
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform fieldset{
    text-align: left;
    color: #9E9E9E
}
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}
select.list-dt:focus {
    border-bottom: 2px solid skyblue
}
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;    
}

#progressbar .active {
    color: #000000;
         z-index:2;
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.33333%;
    float: left;
    position: relative;  
    }
#progressbar #account:before {    
    content: "1"
}
#progressbar #personal:before {    
    content: "2"
}
#progressbar #payment:before {    
    content: "2"
}
#progressbar #confirm:before {    
    content: "3"
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 18px;
    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: #28a745
    }
