#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: 0;
  position: relative
}

.form-card {
  text-align: left;
  margin-bottom: 20px;
}

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

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


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

#msform form.hs-form {
  padding: 0px 20px;
}

#msform .actions {
  text-align: right;
}

#msform .actions input {
  font-weight: bold;
  right: 0;
  bottom: 10px;
  position: absolute;
  padding: 11px 20px;
}

#msform .submit-btn {
  visibility: hidden;
}

#msform .action-button {
  max-width: 150px;
  background: #0000a3;
  border-color: #0000a3;
  font-weight: bold;
  color: white;
  border-radius: .375rem;
  cursor: pointer;
  padding: 10px 20px;
  margin: 10px 0px 10px 5px;
  float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #009;
  border-color: #009;
}


#msform .action-button-previous {
  max-width: 150px;
  background: #0000a3;
  border-color: #0000a3;
  font-weight: bold;
  color: white;
  border-radius: .375rem;
  cursor: pointer;
  padding: 10px 20px;
  margin: 10px 5px 10px 0px;
  float: right
}

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

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

.fs-title {
  font-size: 25px;
  color: #0000a3;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #0000a3;
  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;
  padding:0;
}

#progressbar .active {
  color: #0000a3
}

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

#progressbar li strong {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #0000a3;
  background: white;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  border: 1px solid #0000a3;
}

#progressbar li.active strong {
  background: #0000a3;
  color: #fff;
}

#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: #0000a3;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

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

.progress {
  height: 20px
}

.progress-bar {
  background-color: #0000a3
}

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