.nls-sec {
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	font-family: 'Lato';
}

.nls-sec .logo {
	float: none !important;
	text-align: center;
	padding: 0;
	margin-left: 0;
}

.nls-sec .wrapper {
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.nls-sec .inner {
	max-width: 850px;
	margin: auto;
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0px 3px 42px 2px #383fc97a;
}

.nls-sec form {
	border: 1px solid #d3cccc;
	padding: 35px 35px 20px;
}

.nls-sec h3 {
	font-size: 28px;
	line-height: normal;
	font-weight: 600;
	color: #ff6600;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.nls-sec .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 0;
}

.nls-sec .form-group .form-wrapper {
	width: 50%;
	margin-bottom: 15px;
}

.nls-sec .form-group .form-wrapper {
	padding: 0 6px;
}

.nls-sec .form-wrapper label {
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
}

.nls-sec .form-holder {
	position: relative;
}

.nls-sec .form-holder i.fa {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
	font-size: 17px;
	color: #999;
}

.nls-sec .form-control, .nls-sec .chosen-container-single .chosen-single {
	border: 1px solid #e6e6e6;
	display: block;
	width: 100% !important;
	height: 42px;
	padding: 0 20px 0 36px;
	color: #999;
	font-size: 16px;
}

.nls-sec .chosen-container-single .chosen-single .dropdown_icon i {
	display: none;
}

.nls-sec .chosen-container-single .chosen-single {
	padding: 0 20px 0 36px;
}

.nls-sec .chosen-container-single .chosen-single div b {
	display: none;
}

.nls-sec .chosen-container-single .chosen-single span {
	padding-top: 7px;
}

.nls-sec i.flagstrap-icon {
	left: 46px;
}

.nls-sec .form-control::-webkit-input-placeholder {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.nls-sec .form-control::-moz-placeholder {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.nls-sec .form-control:-ms-input-placeholder {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.nls-sec .form-control:-moz-placeholder {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.nls-sec .select::after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	font-size: 15px;
	color: #999;
}

.nls-sec select, .chosen-container-single .chosen-single {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	padding-left: 20px;
}

.nls-sec .chosen-container {
	float: none !important;
	width: 100% !important;
}

.nls-sec .chosen-container-single .chosen-single {
	background-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}

.nls-sec select option[value=""][disabled] {
	display: none;
}

.nls-sec button {
	border: none;
	float: right;
	width: 152px;
	height: 42px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: #ff8900;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	font-weight: 900;
}

.nls-sec button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ff6600;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nls-sec button:hover::before,.nls-sec button:active::before,.nls-sec button:focus::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nls-sec .form-end {
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding: 0 6px;
}

.nls-sec .button-holder {
	width: 30%;
}

.nls-sec .statement-cont_newform {
	position: relative;
	width: 70%;
	padding: 0;
	border-top: 0;
	margin: 0;
	text-align: left;
}

.nls-lft, .nls-rght {
	display: inline-block;
	vertical-align: top;
}

.nls-lft {
	width: 75px;
}

.nls-rght {
	width: calc(98% - 75px);
	position: relative;
}

.nls-rght .form-control {
	padding: 0 10px 0 36px;
}

.nls-lft .form-control {
	padding: 0 10px;
}

.nls-sec .form-group .form-wrapper.w100 {
	width: 100%;
}

.mbl-txt {
	display: none;
}

.nls-sec select#country, .nls-sec .phone3_number, .nls-sec .phone1_number, .nls-sec .product_buy_sell_head {
	float: none !important;
	margin-right: 0;
}

.nls-sec .signin-footer-wrapper {
	background-color: transparent;
	height: auto;
	line-height: normal;
	color: #fff;
	width: 100%;
margin: 0 auto;
padding-top: 25px;
text-align: center;
font-size: 12px;
}

.nls-sec .signin-footer-wrapper a {
	color: #ff6600;
}

.nls-sec .radio-buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

.nls-sec .radio-buttons p {
	font-size: 16px;
	font-weight: 700;
	margin-right: 32px;
	margin-bottom: 0;
}

.nls-sec .radio-buttons .form-group:last-child {
	margin-left: 32px;
}

.nls-sec .radio-buttons input[type="radio"] {
	display: none;
}

.nls-sec .radio-buttons label {
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.nls-sec .radio-buttons label::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #ff6600;
	border-radius: 50%;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%);
	transition: border-color 400ms ease;
}

.nls-sec .radio-buttons label::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #ff6600;
	border: 2px solid #ff6600;
	border-radius: 50%;
	top: 50%;
	left: -2rem;
	transform: translateY(-50%) scale(0);
	transition: transform 400ms ease;
}

.nls-sec .radio-buttons input[type="radio"]:checked + label::before {
	border-color: #ff6600;
}

.nls-sec .radio-buttons input[type="radio"]:checked + label::after {
	transform: translateY(-50%) scale(0.55);
}


@media(max-width:767px) {
	.nls-sec {
		padding-top: 15px;
	}

	.nls-sec .wrapper {
		display: block;
	}

	.nls-sec form {
		padding: 0;
		border: none;
	}

	.nls-sec .form-group {
		display: block;
	}

	.nls-sec .form-group .form-wrapper {
		width: 100%;
	}

	.nls-sec .form-group .form-wrapper:first-child {
		margin-right: 0;
	}

	.nls-sec .form-end {
		display: block;
	}

	.nls-sec .statement-cont_newform,.nls-sec .button-holder {
		width: 100%;
	}

	.nls-sec .statement-cont_newform{
		text-align: center;
	}

	.nls-sec .inner {
		padding: 30px 15px;
	}

	.nls-sec button {
		float: none;
		margin-top: 30px;
		display: inline-block;
	}

	.nls-sec h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.mbl-txt {
		display: block;
		font-size: 13px;
		line-height: normal;
		font-weight: 400;
		color: #7f7f7f;
		text-align: center;
	}
	.nls-sec .form-holder, .nls-sec .form-holder.select {
		margin-bottom: 15px;
	}
	.nls-sec .form-group {
		margin-bottom: 0;
	}
	.nls-sec .button-holder {
		text-align: center;
	}
}

.sr-only {
	position: fixed;
	top: -10000000px;
	left: -10000000px;
}

.pass_eye:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 100;
	cursor: pointer;
}

.show-passY:after {
	content: '\f06e';
	font-family: 'FontAwesome';
}

.show-passN:after {
	content: '\f070';
	font-family: 'FontAwesome';
}

.nls-sec .form-holder .ctm-st {
	top: 20px !important;
}

input#legal_check {
	position: absolute;
	left: 5px;
	top: 13px;
}


#popup_footer {
	position: absolute;
	bottom: -50px;
	right: 0px;
	width: 100%;

}



#background-wrapper{
    height: 100%;
    float: left;
    width: 100%;	
	background: rgba(0,0,0,0.58);
	min-height:100%;
}
#background_container{
    height: calc(100% - 156px);
	height:638px;
    background: url(/lang/images/globe.jpeg) no-repeat;
    background-size: cover;
}
.top_heading{
	font-size: 40px;
    color: #fff;
    margin-top: 25px;	
	margin-bottom: 20px;
}
.main {
    width: 70%;
    margin: auto;
    max-width: 1200px;
}
.logo {
    float: left;
    /*padding: 18px;*/
    margin-left: 10px;
}
.line {
    margin-top: 50px;
    width: 100%;
    border-bottom: 1px solid #337AB7;
}
.main .title_ {
    float: right;
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ff670f;
    margin-right: 21px
}

.title_signin a {
    font-size: 12px;
    color: #2196f3;
    text-decoration: none
}
.title_signin {
    font-size: 12px;
    color: gray;
}





.signin-footer-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #666;
	height:78px;
    line-height: 68px;
    background-color: #fff;	
}




body{
    background-color: rgba(185, 185, 185, 0.11);            
}
.form_inline input[id="firstname"]{
width:47% !important;   
float:left !important;
}
.form_inline input[id="lastname"]{
width:48.5% !important; 
}       

.inline_password input[id="password"]{
width:47% !important;   
float:left !important;
margin-right: 10px !important;
}
.inline_password input[id="pass_check"]{
    margin-top: 10px !important;
    font-weight: normal !important;


}
.inline_phone input[id="phone1"]{
width:25% !important;   
float:left !important;
margin-right: 10px !important;
}
.inline_phone input[id="phone3"]{
width:69% !important;   
}
.inline_im input[id="im_id"]{
width:45% !important;   
float:left !important;
margin-right: 10px !important;
}
.inline_im select[id="im_name"]{
width:49% !important;   
}
.inline_states select[id="state_id"]{
width:47% !important;   
float:left !important;  
margin-right: 5px !important;       
}
.inline_states select[id="city_id"]{
width:48.5% !important;     
}
.inline_states select[id="form_cities"]{
width:49% !important;       
}
.radio-caption {
color: #707070;
font-size: 20px;
padding-left: 3px;
cursor: pointer;
font-weight: normal !important;
}
.enforce_english {
    color: #f00;
    float: right;
    margin-top: 5px;
    font-weight: bold;
    margin-left: 33px;
    font-size: 16px;
}
.pipe_sign{
    color: rgb(127, 127, 127);
    font-size: 20px;
    padding-left: 15px;    
}
.sm_view{
    display:none;
} 

.preview_error {

    display:block !important;
    text-align:center !important;
    background-color:#ce4040  !important;
    width:96%;
    float:left;
    color: #fff !important;
    padding-top:2px !important;
    margin-top:5px;
    margin-bottom: 5px;
    border: 1px #D8D8D8 solid !important;
    border-radius: 4px;
    font-size:12px; 
        

}

.preview_error_left{
    float: left;
    width: 45%;
}
.preview_error_right{
    float: right;
    width: 42%;
    margin-right: 30px;         
}

 .error{

    border-color:#f00 !important;

}
 .label_error{
    border:1px solid #f00;
}
#ajax-loader{
    top:0;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999991;
    display:none;
}
#ajax-loader .loader {
    top: 50%;
    left: 46%;
    position: absolute;
    width: 128px;
    height: 480px;
}
#ajax-loader .aj-overlay{
    background-color:#ccc;
    opacity:0.5;
    width: 100%;
    height: 100%;
}
 ul li {

    font-size: 15px;
    color: #8E8E8E;
    padding: 0 0 4px 2px;
    list-style-type:disc !important;
}                   
 ul {
    padding-left:30px;
}
 .newsletter {
    margin-top:62%;
    position: unset;

}
 .newsletter >label{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
 .modal-header{
    background-color: #3279B5 !important; 
}

 .modal-content{
    padding-left: 15px !important; 
    padding-right: 15px !important;
}           


 #code{
    float: left;
    width: 47%;

}

 #signup_image_captcha{
    margin-left: 10px;
    height: 31px;
    width: 30%;
    float: left;
    border: 0;

}

 #refresh{
    width: 10%;
    margin-left:10px;
    float: left;
    margin-top:5px;


}
 #my_label {
  max-width: 90%;
  font-weight: normal;
  font-size: 11px;
  color:#7f7f7f;
  max-width: 90%;
  padding-bottom: 0px !important;
  cursor : default !important;        
  margin-left: 3px;
  margin-top: 3px;
}       
 .form-control {
  width: 97%;
  }     

 .form-group {
  margin-bottom: 20px;
}

.modal-header a{
    float: right;
    padding-right: 5px;
    margin-top: 11px;
}


#signin_btn{
    padding-top: 1px;
    display: inline;            
}
 .checkbox{
    margin-bottom: 22px;
    margin-top: 0px;                            
}
.btn_div{
	cursor: pointer;
    color: #fff;
    font-size: 26px;
    width: 100%;
    background-color: #00c853 !important;
    border-color: #00c853 !important;
    border: 0 !important;
    min-height: 70px;
    border-radius: 0;
}
.btn_div:hover {
    background: #3ac172 !important;
}
#prd_names{
    margin-bottom: 0px !important;
}


.statement-cont_newform {
    text-align: center;
    padding: 15px 25px 0 25px;
    float: left;
    font-size: 11px;
    color: #7f7f7f;
    line-height: 1.5em;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-right: 10%;
    padding-left: 5px;
    width:100%;
}



.modal-header{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 10px;            
}
.modal-content {
    border:none;
    border-radius: 0px; 
    min-height:390px;
}
.modal-title{
    font-size: 18px !important;
    color: #FFFFFF !important;
    background-color: #4B83DB;
    padding: 10px;
    text-align:left;

}
.close{
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #EFEFEF !important;  
    opacity: 1 !important;  
    padding: 5px !important;    
}
#popup_footer{

    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
}
.select_country {
    cursor: pointer !important;
    float: left !important;
    width: 47% !important;
    white-space: nowrap !important;
    text-align: left;	
}
.country_inactive {
    width: 55% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: 141px !important;
    display: none;
    float: left !important;
    cursor: pointer !important;
    border: 1px solid rgba(51, 122, 183, 0.55) !important;
    position: absolute !important;
    left: 0 !important;
    top: 33px !important;
    background-color: white !important;
}
.dropdownareacountry{
	position:relative;
}
#country_select_child li{
	list-style:none;
    text-align: left;	
}
select#country{
	float: left;
    width: 47%;
    margin-right: 5px;
}
.phone3_number {
    width: 49% !important;
}
.form-group {
    margin-bottom: 10px;
}
.email_ {
    width: 49% !important;
}
.product_buy_sell_head {
    float: left !important;
    width: 47% !important;
}
.product_buy_sell {
    width: 49% !important;
    margin-left: 48% !important;
}
.industry_left {
    float: left !important;
    width: 47% !important;
}
.industry_right {
    width: 49% !important;
    margin-left: 48% !important;
}
 .show-pwd{
    color:#7f7f7f;
}
.show-pwd label{
	float:left;
	pointer:cursor;
}
.country_div_error{
	border:1px solid #f00 !important;
}
#right_arr{
	float:right;
	padding-top: 3px;
}
 .close:hover,  .close:focus {
    color:#e3e3e3 !important;
}

 .modal-dialog {
    max-width:467px;
}
.modal-open {
    overflow: visible ;
}
.chosen-container{
	margin-right:5px;
}

  
.modal {
  text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;

}
.form_body{
    padding-top:10px;
    background-color: #F1F1F1;
    height: 430px;
	padding-left: 25px;	
}
.form_head{
    background-color: #f1f1f1;
	min-height:20px;
}
/*
div#main_container {
    margin-top: 30px;
	padding-bottom: 50px;
}

#form_container{
	margin-top: 50px;
	margin-bottom: 50px;
}
*/
.step2{
    display:none;
}
#step_label{
    float: right;
    font-weight: normal;                     
}
.header{
    position: relative;
    background-color: #fff;
	padding: 20px;
}
.btn_right{
    position: absolute;
    right:10px;
    bottom:32px;
}

#signin_btn{
    padding-top: 1px;
    display: inline;            
}





@media screen and (max-width: 991px) {
	/*body{
		min-height:800px;
	}*/

	
}
@media screen and (max-width: 767px) {
	.top_heading{
		margin-bottom:60px;
	}
	#main_container{
		margin-top:80px;
	}
	
}
@media screen and (max-width: 400px) {
	.btn_div{
		margin-bottom: 18px !important;
		
	}
	.btn_right{
		bottom:0px;
	}
	.form_body{
		height:initial !important;
	}
	.chosen-container .chosen-drop{
		min-width:200px !important;

	}
	.chosen-container .chosen-results li{
		white-space:inherit !important;
	}
	.country_inactive{
		width:100% !important;
	}
	#password{
		width:50%;
	}
     .modal-dialog {

     margin-left:0px;
    

    }

    #popup_footer{
        position:relative;
    }

}



@media screen and (min-width: 467px) { 
  .vcenter {
    width:467px;
  }
}
@media screen and (max-width: 467px) { 
  .form_head {
    width:100%;
  }
  #d1{
    width: 100%;
  }
  .lg_view{
    display:none;
  }
  .sm_view{
    display:block;
    margin-left:0px;
    margin-right:3%;
  }
  .modal-title{
    font-size: 15px !important;
  }
  body{
	min-height: inherit;
  }
  div#main_container{
	margin:0 auto;
	padding-top:90px;
  }

}       

.signup-logo_cont {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:15px;
}
.signup-logo_cont p {
	font-size:14px;
	line-height:normal;
	font-weight:600;
	color:#000;
	margin-bottom: 0;
    margin-right: 15px;
}

.signup-logo_cont .fb-login-button.fb_iframe_widget {
    overflow: hidden !important;
    width: 48px !important;
    border-radius: 5px !important;
	margin-right: 15px;
}
 
