form #reg_submit {
    background: url("../../../design/website/img/bg-btn-register.png") no-repeat scroll 0 0 transparent;
    width: 337px;
    height: 105px;
    padding: 0;
    color: #0a1e00;
    text-shadow: 0 0 2px #0bfffb, 0 0 5px #0bfffb;
	margin-left: 61.5px;
	margin-top: -10px;
}

form #reg_submit:hover { background-position:0 -101px; }

form #reg_submit:disabled { background-position:0 -202px; text-shadow:0 0 2px #ffffff, 0 0 5px #ffffff; }

.form {
  max-width: 900px;
  box-sizing: border-box;
}

.error{
	background:#df1c31;
	color:#fff;
	line-height: 32px;
	max-width: 460px;
	padding-left: 10px;
}

.success{
	background:#1cdf2e;
	color:#000;
	line-height: 32px;
	max-width: 460px;
	padding-left: 10px;
}

.notice{
	background:#f58d12;
	color:#000;
	line-height: 32px;
	max-width: 940px;
	padding-left: 10px;
	font-weight: normal;
	text-shadow: 0 0 2px #ffba68, 0 0 5px #ffba68;
	border: 1px solid #880101;
}

.more_info {
    border-bottom: 1px dotted #000;
  position: relative;
    cursor: pointer;
}

.more_info .popup {
    position: absolute;
    top: 30px; /*must overlap parent element otherwise pop-up doesn't stay open when rolloing over '*/
	margin-left: 0px;
    background: #f58d12;
    border: 1px solid #880101;
	font-weight: normal;
    padding: 8px;
    left: 0;
    width: 420px;
    min-width: 180px;
    z-index: 100;
    display: none;
	font-size: 14px;
}

.form_in{
	margin: 40px auto;
}

.tab-group {
  list-style: none;
  padding: 0;

  height: 60px;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.login_reg_head {
	margin-top: -25px;
}

.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #000;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  box-sizing: border-box;
}
.tab-group li a:hover {
  background: #000000;
  color: #ffffff;
}
.tab-group .active a {
  background: #242424;
  color: #ffffff;
}
/*
.tab-content > div:last-child {
  display: none;
}
*/
.log-reg {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 16px;
  top: 18px;
  left: 13px;
}

#syntaxCheck {
    position: absolute;
    width: 250px;
    border: 1px solid #880101;
    background: none repeat scroll 0 0 rgba(168,1,1,0.8);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10A80101,endColorstr=#10A80101);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10A80101,endColorstr=#10A80101);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0px 20px 20px -20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0px 20px 20px -20px rgba(0, 0, 0, 0.9);
    margin-left: 10px;
}

.tab-content label .req {
  margin: 2px;
  color: #242424;
}
/*
.tab-content label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
*/

.tab-content label.active {
  opacity: 0;
}

.tab-content label.active .req {
  opacity: 0;
}

.tab-content label.highlight {
  color: #242424;
}

.tab-content input, textarea, select {
  font-size: 16px;

  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: #f9f9f9;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #242424;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
    box-sizing: border-box;
}
.tab-content input:focus, textarea:focus {
  outline: 0;
  border-color: #242424;
}

.tab-content textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 10px;
}

.top-row{ margin-top: 10px; }
.accept-field{ margin-top: 10px;}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.field-wrap label {
  cursor: default;
}

.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #1182cd;
  color: white;
  -webkit-appearance: none;
  margin-top: 40px;
}

.button:disabled {
	background: gray;
	cursor: default;
}

.button:disabled:hover {
	background: gray;
}

.button:hover, .button:focus {
  background: #2a8dcf;
}

.button-block {
  display: block;
  width: 100%;
}



.forgot, .forgot a {
  text-align: right;
  color: #242424;
  font-size: 16px;
}

.forgot a:hover{
	text-decoration: underline;
}

#login h2, #signup h2 {
	font-size: 22px;
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}

.check_item {
	position:relative;
	font-size: 14px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
//	width: 100% !important;
	width: 218px !important;
	height: 50px;
	border: 1px solid #a0b3b0;
	background: #f9f9f9;
	}
	
.g-recaptcha-outer{
    text-align: center;
    background: #f9f9f9;
	border: 1px solid #a0b3b0;
	width: 219px !important;

}
.g-recaptcha-inner{
    width: 154px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
	transform:scale(0.95);
	-webkit-transform:scale(0.95);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
    position:relative;
    left: -2px;
    top: -10px;
}

.check_item a {
	color: #0000EE;
	text-decoration: underline;
}

.checkbox p{
	padding-left: 5px; 
	display: inline-block; 
	cursor:default; 
	max-width: 170px;
	line-height: 18px !important;
	margin-top: 6px;
}
.check_captcha {position:relative;width:100%;}

label.checkbox input[type="checkbox"] {display:none; }
label.checkbox span {
  display:inline-block;
  border:2px solid #c3c3c3;
  width:23px;
  height:23px;
  background:#fff;
//  vertical-align:-8px;
  transition:width 0.1s, height 0.1s, margin 0.1s;
  margin-left: 10px;
  border-radius: 2px;
}

label.checkbox span:hover {
	 border:2px solid #b2b2b2;
}

label.checkbox :checked + span {
  background: url('../../../design/website/img/checkmark-26.png') no-repeat -1px -1px;
}