
#msform {
    text-align: center;
    position: relative;
    margin-top: 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
}

#msform input,
#msform textarea {
    padding: 15px;
    border-bottom: 1px solid #205243;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #205243;
    font-size: 22px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0f5132;
    outline-width: 0;
}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active,
.btn-check:checked+.btn-outline-warning {
    border-color: #BA9B5D;
    background-color: #BA9B5D;
}

#msform .action-button {
    width: 120px;
    padding: 10px;
    background-color: #d5ad5d;
    color: #fff;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d5ad5d;
    float: right
}
#msform .action-button:hover,
#msform .action-button:active {
    background-color: #fff;
    color: #d5ad5d;
}

#msform .action-button-previous {
    width: 150px;
    padding: 10px;
    background-color: #0f5132;
    color: #fff;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #0f5132;
}
#msform .action-button-previous:hover,
#msform .action-button-previous:active {
    background-color: #fff;
    color: #0f5132;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

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

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

#progressbar .active {
    color: #d5ad5d;
}

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

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

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

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

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

#progressbar li:before {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ffffff;
    background: #ddd;
    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: #d5ad5d;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #d5ad5d;
}

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