body {
  font-family: 'Karla', sans-serif;
  background-color: #f2f3f8; }

.header {
  text-align: center;
  padding: 80px 40px 40px;
  background-color: #10161e;
  opacity: 0.85;
  padding-bottom: 190px;
  margin-bottom: -195px;
}
.header .brand-wrapper .logo {
    width: 120px;
    height: 100px;
    border-radius: 5px;
}

.bd-wizard-card {
  border-radius: 10px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 137px;
  position: relative;
}
.bd-wizard-card .card-body {
    padding: 45px 150px 95px;
}
/* @media (max-width: 767px) {
    .bd-wizard-card .card-body {
        padding: 35px 25px;
    }
} */

/* Wizard */
.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wizard .steps {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #070729;
  border-radius: 10px;
  position: absolute;
  top: -137px;
  left: 0;
  right: 0;
}
.wizard .steps > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: stretch;
    margin-bottom: 0;
}
.wizard .steps > ul li {
    flex-grow: 1;
}
.wizard .steps > ul li a {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.wizard .steps > ul li a:hover {
    text-decoration: none;
}
.wizard .steps > ul li .number {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    line-height: 32px;
    text-align: center;
}
.wizard .steps > ul li .bd-wizard-step-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.39);
}
/* @media (max-width: 767px) {
    .wizard .steps > ul li .bd-wizard-step-title {
        display: none;
    }
} */
.wizard .steps > ul li.current .number, .wizard .steps > ul li.done .number {
    background-color: #0022cd;
    color: #ffffff;
}
.wizard .steps > ul li.current .bd-wizard-step-title, .wizard .steps > ul li.done .bd-wizard-step-title {
    color: #ffffff;
}

.wizard .content {
    margin-bottom: 45px;
}
.wizard .content .title {
    display: none;
}
.wizard .content .section-heading {
    font-size: 24px;
    color: #030303;
    font-weight: bold;
    margin-bottom: 35px;
}
.wizard .content p {
    font-size: 16px;
    color: #030303;
}
.wizard .content label {
    font-size: 15px;
    color: #919aa3;
    font-weight: normal;
    margin-bottom: 4px;
}
.wizard .content .form-group {
    margin-bottom: 22px;
}
.wizard .content .form-control {
    padding: 16px 29px;
    min-height: 50px;
    border-radius: 4px;
    border: solid 1px #ececec;
    max-width: 550px;
}
.wizard .content .form-control::-webkit-input-placeholder {
    color: #919aa3;
}
.wizard .content .form-control::-moz-placeholder {
    color: #919aa3;
}
.wizard .content .form-control:-ms-input-placeholder {
    color: #919aa3;
}
.wizard .content .form-control::-ms-input-placeholder {
    color: #919aa3;
}
.wizard .content .form-control::placeholder {
    color: #919aa3;
}

.wizard .actions {
  margin-top: 53px;
}
.wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}
.wizard .actions li {
    margin-left: 12px;
}
.wizard .actions li:first-child, .wizard .actions li:first-child.disabled + li {
    margin-left: 0;
}
.wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #763cb0;
    padding: 16px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
/* @media (max-width: 767px) {
    .wizard .actions li a {
        padding: 16px 24px;
    }
} */
.wizard .actions li a:hover {
    text-decoration: none;
}
.wizard .actions li.disabled {
    display: none;
}
/*# sourceMappingURL=bd-wizard.css.map */
