* {
    margin: 0;
    padding: 0
}

body {
    font-family: arial;
}

html {
    font-family: arial;
}

p {
    color: grey
}

#heading {

    color: #0a5aa6;
    font-weight: bold;
}

#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;
}

.form-card {
    text-align: left
}

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

#msform input[type="checkbox"],
#msform input[type="text"],
#msform input[type="email"],
#msform input[type="password"],
#msform input[type="date"],
#msform input[type="number"],
#msform textarea {
    color: #000000;
    border: none !important;
    border-radius: 0px;
    box-sizing: border-box;
    font-family: arial;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

select {
    background-color: #ECEFF1 !important;
    border: none !important;
    border-radius: 0px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #0a5aa6;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #4175D0;
}

#msform .action-button-previous {
    width: 100px;
    background: #0a5aa6;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: left
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #4175D0;
}

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

.fs-title {
    font-size: 40px;
    color: #0a5aa6;
    margin-bottom: 30px;
    text-align: left;
    margin-top: -10%;
}

.purple-text {
    color: #3db0f7;
    font-weight: normal
}

.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: #3db0f7
}

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

}

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

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

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

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

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

#progressbar li:before {
    width: 15px;
    height: 15px;
    line-height: 100px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    margin-top: 10%;

}

#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: #3db0f7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

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

#label {
    padding: 10px 5px;
    width: 200px;
    background-color: #0a5aa6;
    color: #FFF;
    text-align: center;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.fieldlabels.dp-block {
    position: relative;
    display: block;

}

.edit-field {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: firebrick;
    cursor: pointer;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 4px;
}

.populated-fields {
    font-size: 16px;
    margin-bottom: 16px;
    padding: 7px 16px;
    background: #eceff1;
    border-radius: 4px;
    color: #495057;
}

.hidden {
    display: none;
}

h1.fs-title:before {
    display: none !important;
    content: '';
}

.form-check.mb-2 .fieldlabels {
    margin-top: 0;
    vertical-align: super;
}

.custom-control-label {
    font-size: 16px;
}