/* Registration Pages
------------------------------------- */

#reg-wrapper {
	height:100%;
 height: calc(100% - 110px); 
	position: relative;
	background: url(../Images/reg-machine.jpg) no-repeat right bottom;
}

.registration-page .site-footer {
	bottom: 0;
	background-color: #140a9a;
	margin: 0;
}

.registration-page #social {
	right: 50px;
}

.registration-page form {
	float: none;
}

.registration-page .error{
	margin-bottom:0;
}

#registration {
	background: url(../Images/world.gif) no-repeat center 90px;
	text-align: center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	width: 90%;
	height: -webkit-calc(100% - 110px);
	height: -moz-calc(100% - 110px);
	height: calc(100% - 110px);
	min-height:600px;
	margin: 0 auto;
}

.registration-page h1 {
	float: none;
	margin: 0 auto 10px auto;
}

#registration fieldset {
    padding: 20px 0;
    margin: 15% auto;
    background: rgba(128, 128, 128, 0.72);
    width: 340px;
    border-radius: 10px;
    border: 1px solid black;
}

#registration label {
	font-weight: bold;
}

#registration select {
	height: 30px;
	font-size: 14px;
	border: 1px solid black;
	margin: 10px 0 0 0;
	width:300px;
}
#registration1 {background:white;}

#registration1 {
	padding-left: 40px;
	padding-right:20px;
	float:left;
	background: rgba(255, 255, 255, 0.8);
-moz-box-shadow: 50px 0px 30px rgb(255,255,255.08);
-webkit-box-shadow: 50px 0px 30px rgb(255,255,255.08);
box-shadow: 50px 0px 30px rgb(255 255 255 / 80%)
}

#registration1 .field-info {
	padding: 10px;
	color: white;
	position: absolute;
	left: 345px;
	margin-top: -45px;
	background: url(../Images/left-arrow2.gif) no-repeat 0 40px;
	width: 300px;
}

#registration1 .field-info ul {
	background: #140a9a;
	padding: 10px 10px 10px 20px;
	margin: 0 0 0 6px;
}

#registration1 .field-info li {
	margin: 10px 0;
}

#registration1 label.description {
	border: none;
	color: #222;
	display: block;
	font-size: 95%;
	font-weight: 700;
	line-height: 150%;
	padding: 0 0 1px;
	margin-top: 15px;
}

#registration1 li::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#registration1 li span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}

#registration1 li span label {
	clear: both;
	color: #444;
	display: block;
	font-size: 14px;
	line-height: 9px;
	margin: 0;
	padding-top: 3px;
}

#registration1 input.text, #registration1 select {
	border: 1px solid black;
	border-radius: 3px;
	width: 300px;
	color: #333;
	font-size: 100%;
	margin: 0;
	padding: 2px;
}
.registration-page input[type="submit"] {
	display: block;
	    width: 125px;
	    height: 40px;
	    border-radius: 5px;
	    border: 1px solid black;
	    font-size: 16px;
	    color: white;
	    background: #818386;
	    font-weight: bold;
	    letter-spacing: 1px;
	    cursor: pointer;
	margin: 40px 0;
	float:none;
}
.registration-page input[type="submit"]:hover {
	background: #140a9a;
}

.registration-page input[type="submit"][disabled],
.registration-page input[type="submit"][disabled]:hover{
    background: #ccc;
    color: #989898;
    border-color: #989898;
	cursor:default;
}

#registration1 input#captcha {
    width: 175px;
    display: block;
    margin: 10px 0 10px 0;
}

#registration2, #twofactor {background:white;}

#registration2, #twofactor {
	padding-left: 40px;
	float:left;
	background: rgba(255, 255, 255, 0.8);

}

#txtSecretCode{margin:20px 0;}

#agreement {
	width: 80%;
	height: 300px;
	margin: -10px 10px 0 0;
	overflow: scroll;
	padding: 20px;
	border: 1px solid black;
	background: white;
}

#agreement p {
	margin: 0 0 20px 0;
}

.agree_box {
	width: 80%;
	margin: 0;
/*	background: rgba(255, 255, 255, 0.8); */
	padding: 20px 0 10px 0;
}

.two_fa_box {
	margin: 30px 0;
	padding: 0 20px 0 0;
}
	
.registration-page #twofactor input[type="submit"] {
	margin: 10px 0 50px 0;
}

#registration2 h1, #registration2 h2 {
	margin: 0 0 20px 0;
}


@media only screen and (max-width: 800px) {
	
	#reg-wrapper {
		background-position: center bottom;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}
	
	#registration2 h1, #registration2 h2 {
		margin: 0 auto 20px auto;
	}

	#registration1, #registration2 {
		padding-left: 20px;
		padding-right:0;
	}
	
	#agreement {
		width: 90%;
		margin: -10px 0 0 0;
		padding: 10px;
	}
	
	#registration1 input.text, #registration1 select {
		width: 90%;
	}
		
	#registration1 span input.text {
		width: 250px;
	}

	#registration1 .field-info {
		position: static;
		margin-top: 0;
		background: none;
		width: 90%;
		padding: 0 0 10px 0;
	}

	#registration1 .field-info ul {
		margin: 0;
	}

	#registration1 .field-info li {
		margin: 10px 0;
	}

}