.wizard {
  padding: 20px 0;
}
.hide {
  display: none;
}
.demo {
  transition-duration: 0.8s;
}

.selectdemo {
  cursor: pointer;
  background-color: var(--bodybg);
}

/* .selectdemo img{
    height:150px !important;
    margin:10px auto !important;
    opacity: 0.2;
    display: block;
} */

.text-error {
  color: #ca4a4a;
}
.text-muted {
  color: #98a6ad;
}
.font-13 {
  font-size: 13px !important;
}
.lbl-error {
  margin: 0 20px;
}

#cms .media_bg {
  position: absolute !important;
  top: -200px !important;
  right: -70px !important;
  width: 25% !important;
  opacity: 0.4 !important;
  height: auto !important;
  max-width: 100% !important;
}

#cms .inner_demo {
  min-height: 175px !important;
}

#wizard-p-2 {
  background-color: var(--bodybg-l2);
  border: 1px solid var(--bodybg-d2);
  border-radius: var(--global-radius);
}

button.btn.btn-show-password {
  margin: 0 !important;
}

.wiz-accounts-link {
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
	display: inline-block;
	width: 1rem;
	height: 1rem;
  margin-left:1rem;
	vertical-align: middle;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
  color: #fff;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
  color: #fff;
}


