:root{
    --blue:#0188DF;
    --black:#354046;
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}



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

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

input{
    border-radius: 8px !important;
}
#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    box-shadow: none !important;
    border: 1px solid var(--blue);
    outline-width: 0
}
.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    color: var(--blue);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: start
}


.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

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

#progressbar .active {
    color: var(--black)
}

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

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#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: rgb(22, 180, 1)
}

.progress {
    height: 4px
}

.progress-bar {
    height: 4px;
    border-radius: 2px;
    background-color: var(--blue)
}


#val_adrem,#val_numtel,#val_mdp,#val_mdpconf,#val_nom,#val_prenom,#val_adresse{
    display: none;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.next{
    margin: 1rem 0;
    height: 3.5rem;
    width: 40%;
    font-size: 1.7rem;
    text-transform: capitalize;
    cursor: pointer;
    color:#fff;
    border-radius:.5rem;
    background-color:rgb(21, 165, 1);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.previous{
    margin: 1rem 0;
    height: 3.5rem;
    width: 40%;
    font-size: 1.7rem;
    text-transform: capitalize;
    cursor: pointer;
    color:#fff;
    border-radius:.5rem;
    background-color:orange;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


@media (max-width:768px){

strong{
    font-size: 80%;
}

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

}