.formulir  .formulir-card{
    background-color: #F9FAFF;
    padding: 1.875rem;
    border-radius: 1rem;
    margin-right: 16px;
}

hr{
    margin-right: 20px;
    border: 1px solid #0C145A;
}

.header-title {
    font-size: 28px;
}


.btn-next{
    border: none;
    background-color: #E1AE2C;
    border-radius: 25px;
    
}

.btn-next:hover{
    color: #E1AE2C;
    background-color: #fff;
    box-shadow: 1px 2px 7px #E1AE2C;
    border-radius: 25px;
}






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

#msForm{ 
    padding: 30px;
}

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

#progressbar .active {
    color: #E1AE2C
}

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


#progressbar #tahap1:before {
    content: "1"
}

#progressbar #tahap2:before {
    content: "2"
}

#progressbar #tahap3:before {
    content: "3"
}

#progressbar #tahap4:before {
    content: "4"
}

#progressbar li  {
    color: #fff;
}

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

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

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

.progress {
    height: 20px
}

.progress-bar {
    background-color: #E1AE2C
}