* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

p {
  color: grey;
  font-family: montserrat;
}

#heading {
  /*text-transform: uppercase;*/
  color: #000000;
  font-weight: normal;
  font-family: 'Montserrat';
  font-weight: bold;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  font-family: 'Montserrat';
}

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

.form-card {
  text-align: left;
}

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

#msform input[type=text], input[type=password], input[type=email], input[type=file] #msform textarea {
  padding: 12px 15px 12px 15px;
  border-bottom: 1px solid #595959;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #000000;
  background-color: #ECEFF1;
  font-size: 14px;
  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 #673AB7;*/
  outline-width: 0;
}

#msform .action-button {
  width: 150px;
  background: #ff5c00;
  /*font-weight: bold;*/
  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: #ff5c00;
  /*color: #000;*/
}

#msform .action-button-previous {
  width: 150px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  /*float: right;*/
}

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

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

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

.purple-text {
  color: #673AB7;
  font-weight: normal;
}

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

.fieldlabels {
  color: gray;
  text-align: left;
  margin-top: 5px;
}

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

#progressbar .active {
  color: #ff5c00;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 24%;
  float: left;
  position: relative;
  font-weight: 400;
  font-family: 'Montserrat';
}

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

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

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

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

#progressbar li:before {
  width: 65px;
  height: 65px;
  line-height: 60px;
  display: block;
  font-size: 32px;
  color: #ffffff;
  background: #858585;
  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: 35px;
  z-index: -1;
}

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

.progress {
  height: 20px;
  display: none;
}

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

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

