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


.wizard { position: relative;padding:60px;background:#FFFFFF;border:1px solid #EEEEEE;border-radius: 2px; }
.wizard img { max-width: 100%; }


.wizard h5 { font-size: 20px;color: #030303;margin-bottom: 30px; }
.wizard p { font-size: 14px;line-height: 1.43;color: #6b6767; }

.wizard .step { display: none; }
.wizard .step.current { display: block; }
.wizard .form-group { margin-bottom: 23px; }

.wizard .actions > ul { list-style: none;padding-left: 0;display: flex;margin-bottom: 0; }
.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #763cb0;
  padding: 16px 30px;
  color: #fff;
  font-style: 15px;
  font-weight: bold;
}
.wizard .actions li a:hover {
  text-decoration: none;
}
.wizard .actions li.disabled {
  display: none;
}

.card-footer-text {
  margin-bottom: 0;
  margin-top: 39px;
}
