body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.firework {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 2vmin;
    background-size: 2vmin 2vmin;
    background-repeat: no-repeat;
    aspect-ratio: 1;
  }




.flex-wrap{flex-wrap: wrap;}



  .registercontpage {
    position: relative;
    z-index: 0;
    background: #ffffff69;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3%;
    padding: 15px; width: 100%;}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-radius: 50px;
}
.btn-circle{
	background:#000;
}
.btn-default[disabled]{
	    background-color: #FFFFFF;
        border-color: #cccccc;
}
.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    /* top: 100px; */
    left: 0;
    right: 0;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;

}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.field {
    position: relative;
    float: left;
    clear: both;
    margin: .35em 0;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.d-flex{display: flex;}
.justify-content-center{justify-content: center;}
.align-items-center{align-items: center;}
.h-100{height: 100%;}
.lgodg{max-width: 200px; margin: 0 auto;}



.btn-primary, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled]{
	background:  #e73c7e;
    border-color: #e73c7e;

}
.btn-primary:hover{
    background: #23a6d5;
    border-color: #23a6d5;
}

.btn-circle:focus{background: #e73c7e; border-color: #e73c7e;}

#vliform{text-align: left;}




@media screen and (max-width: 991px) {

    .d-flex{display: block; text-align: center;}
    
  .registercontpage {height: auto;}
  .stepwizard{width: 100%;}
}


.form-horizontal .form-group{    margin: 0 0 15px 0;}