html {
	height: 100%;
	overflow: auto;

	background:

	linear-gradient(
		rgba(32, 33, 36, 0.1), 
      	rgba(32, 33, 36, 0.1)
      );
}
body{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: "Segoe UI",Arial,sans-serif;
	font-weight: 500;
	font-size: 14px;
	background:

	/*linear-gradient(
		rgba(32, 33, 36, 0.1), 
      	rgba(32, 33, 36, 0.1)
      ),*/
	url();
	/*color: white;*/
	background-repeat: no-repeat;
	background-size: cover;
}

#success {
	width: 100%;
	height: 100px;
	margin: 10px 0px 0px 0px; 
}


/*PROGRESS BAR*/
#progressbar {
	/*position: fixed;
    left: 50%;
    transform: translateX(-50%);*/
	/*outline: 0.5px red solid;*/
	margin: 20px auto 30px;
	overflow: hidden;
	counter-reset: step;
	text-align: center;
	/*width: 50%;*/
	padding: 0px;
}

#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 13px;
	width: 33.33%;
	float:left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 25px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
	text-align: center;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 5px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #EE8C00;
	color: white;
}

label:not([id="comment"]):not([id="terms"]):not([class="gender"]):not([for="c-code"])::after {
	content: ' *';
	display: inline;
	color: red;
}

#accountHead {
	font-family: Arial;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    margin-top: 5%;
    line-height: 1.34;
}

#side-back img {
	/*width: 516px;
	height: 485px;*/

	/*width: 60%;*/
	position: relative;
	transform: rotateY(0deg) rotateZ(0deg);
	
	/*transform: matrix3d(.717678,.139478,0,-.000089,-.200175,.925113,0,-.000005,0,0,1,0,0,0,0,1);*/

	/*ANIMATION*/
}
.rotateInRight {
	animation: rotateInRight 1s cubic-bezier(.28,.06,.07,1);
    animation-delay: .367s;
    animation-fill-mode: forwards;
}
.newRotation {
	animation: newRotation 1s linear;
	animation-fill-mode: forwards;
}
.newRotation2 {
	animation: newRotation2 1s linear;
	animation-fill-mode: forwards;
}
/*@keyframes rotateInRight{
0% {transform: matrix3d(6.76044,.16718,-2,.00125,1.91031,7.838,2,-.00032,0,0,1,0,28,32,0,8);}
100% {transform: matrix3d(6.76044,.16718,0,.00125,.91031,7.838,0,-.00032,0,0,1,0,28,32,0,7);}
}*/
@keyframes newRotation{
	0% {transform: rotateX(40deg) rotateY(25deg) rotateZ(0deg);}
	100% {transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}
}
@keyframes newRotation2{
	0% {transform: matrix3d(6.76044,.16718,-2,.00125,.91031,7.838,2,-.00032,0,0,1,0,28,32,0,8);}
	100% {transform: matrix3d(5.76044,0.16718,0,.00125,.91031,7.838,0,.00032,0,0,1,0,28,32,0,7);}
}


#form-container {
	margin-top: 0px;
	padding-top: 10px;
	box-shadow: 3px 5px 12px #c9ccccc9;
	margin-bottom: 20px;
	border-radius: 10px;
	height: fit-content;
}
input, select, textarea {
	border-radius: 5px !important;
}
input:focus, select:focus, textarea:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
.form-group label{
	margin-bottom: 0px !important;
}

#passDiv{
	position: relative;
}
#eye {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 7px;
	top: 4px;
	cursor: pointer;
}
#c-code{
	background-color: white;
}
#terms {
	width: 15px;
    height: 15px;
}

#captcha{
	max-width: 50px;
	line-height: 16px;
}
.rc-anchor-light {
    max-width: 288px;
    margin-left: -10px;
}
.button{
    /*border: 1px yellow solid;*/
    display: flex;
    justify-content: space-evenly;
    height: auto;
    align-items: flex-end;
    margin: 30px 0px;
    margin-bottom: 10px; 
}
button:focus {
	box-shadow: none !important;
}
#next, #submit {
	margin-left: auto;
}
#prev {
	margin-right: auto;
}
#prev, #next, #submit {
	background-color: #EE8C00;
    border-color: #eea236;
}
#signIn button {
	display: block;
	margin: 0 auto;
}

.hideForm {
	display: none;
}

/*Validation*/
.invalid-border {
	border: 0.5px red solid;
}
.invalid-color {
	color: red;
}
.err_msg {
	color: #FF0000;
	margin: 2px 0px 0px 8px;

	font-size: 15px;
	/*font-family: Arial;*/
}


.a{
	outline: 1px red solid;
}
.b{
	outline: 1px green solid;
}

@media(max-width: 576px){
	.g-recaptcha {
		transform: scale(0.8);
    	margin-left: -7px;
	}
}
@media(max-width: 767px){
	#side-back {
		display: none;
	}
}
@media(min-width: 767px){
	#side-back img {
		width: 700px !important;
	}
}

recaptcha-terms-text {
	font-size: 13px;
    line-height: 150%;
    color: #637282;
    margin-bottom: 13px 0px 0px 5px;

}