html {
	background: #272728;
}

body {
    background-color:#272728;
    background-size: cover;
    -ms-interpolation-mode:bicubic;
}
/*--- placeholder box styling---*/
input::-webkit-input-placeholder {
    color:#525253;    
}
input::-moz-placeholder { /* Firefox 19+ */
    color:#525253;    
}
input:-ms-input-placeholder {
    color:#525253;    
}
input:focus-visible {
	outline: -webkit-focus-ring-color auto 2px !important;
}
.custom_container {
	height: 100%;	
}
.mobile_header, .mob_content {
	display: none;
}
.mobile_back p{
    position:relative;
    top:2px;
    font-size:18px;
    color:#FFF;
    cursor:pointer;
    display:none;
}
.text-white {
	color: #ffffff;
}

.logo {
	margin: 25px 0 0 0;
}
.logo img{
    width:200px;
    height:auto;
}
.signup_container {
	width: 500px;
	height:auto;
	margin-top: 40px;	
}
.signup_container .ValidationerrContainer, .signup_container .validationerrContainer{
    background-color:#272728;
}
.signup_container .mobile_error_msg p{
    margin:0;
}
.sign_field_one, .sign_field_one_two {
	width: 48%;
	float:left;
}
.sign_field_one_two {
	float:right;
}
.sign_field_one, .sign_field_one_two, .sign_field_same {
	margin-bottom: 10px;
}
.no_padding {
	/* padding: 0; */
}
.sign_field_same {
	width: 100%;
}
.custom_label {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
}
.sign_field_one input, .sign_field_one_two input, .sign_field_same input {
	width: 100% !important;
	height: 42px !important;
    border-radius:0;
	background-color: #272728;    
	border: 2px solid #404040;    
}
.web_content {
	display: block;
}
.captchadiv {
	border-top: 1px solid #404040;
	margin: 20px 0px 0px 0px;
	width: 100%;
	/*margin-left: -5%;
	margin-right: -25px; */
}
.captcha_container {
	width: 500px;
	margin: 20px auto 0px auto;
	position: relative;
}
.email_update_row, .monthly_performance_row {
	padding: 5px 0px;
	background-color: #272728;
	border: 2px solid #404040;
	margin: 15px 0 18px 0;
}
.email_update_col, .monthly_performance_col {
	padding: 0px 10px;
	float: left;
}
.email_update_row .email_update_col:last-child, .monthly_performance_row .monthly_performance_col:last-child{
	float:right;
}
.email_alert_msg, .monthly_alert_msg {
	font-weight: 100;
	font-size: 12px !important;
}
.email_update_row span, .monthly_performance_row span {
	color: #FFFFFF;
	font-size: 14px;
}
/* flip on/off */
.onoffswitch {
    position: relative; 
	width: 50px;
    -webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select: none;
	float: right;
	margin-top: 8px;
}
.onoffswitch-checkbox {
	/*display: none;*/
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
}

.onoffswitch input[type="checkbox"]:focus + label:before {
	content: '';
	display: block;
	height: 25px;
	outline: #fff solid 2px;
	position: absolute;
	width: 50px;
}

.terms_check input[type="checkbox"]:focus + label:before {
	content: '';
	display: block;
	height: 26px;
	left: 0;
	outline: #fff solid 2px;
	position: absolute;
	width: 32px;
}


.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #61C37B;
	border-radius: 20px;
}
.onoffswitch-inner {
    display: block; 
	width: 200%; 
	margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
	-webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
	float: left; 
	width: 50%; 
	height: 25px; 
	padding: 0; 
	padding-right: 37px; 
	padding-top: 0px; 
	line-height: 24px;
    font-size: 13px; 
	color: white; 
	font-family: 'Open Sans', sans-serif;
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "on";
    padding-left: 5px;
    background-color: #62C57C; 
	color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "off";
    padding-right: 5px;
    background-color: #6D6E70; 
	color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
	width: 25px; 
	/*margin: 1px;*/
	margin: 5px;
    background: #FFFFFF;
    border: 0px solid #61C37B; 
	border-radius: 20px;
    position: absolute; 
	/*top: 0;*/
	top: -5px;
	bottom: 0; 
	right: 20px;
    -moz-transition: all 0.3s ease-in 0s; 
	-webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; 
	transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: -5px; 
}
.captcha_div {
	width: 70%;
	height: auto;
	margin: 20px auto 0px auto;	
}
.captcha_field {
	/* padding-bottom:11%; */
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.captcha_label {
	color: white;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
	width: 50%;
	height: 100%;
}
.captcha_input {
	float: left;
	width: 50%;
	height: 100%;
}
.captcha_image_wrap {
	display: flex;
	margin: 20px 0px;
}
.captcha_image_audio {
	margin-bottom: 5px;
}
.captcha_image.captcha_image_left {
	margin-right: 10px;
	width:200px;
}
.captcha_input label {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 0px;
	color: rgb(190, 59, 63);
	white-space: nowrap;
}

.captcha-image {
	display: inline-block;
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
}
.captcha_input label.text-white {
	color: #fff;
}
.captcha_input input {
	height: 100% !important;
	width: 100% !important;
	font-size: 18px;
	border-radius: 0;	
	background-color: #272728;
	border: 2px solid #404040;
	outline: none !important;
}
.captcha_input input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #404040;
}
.captcha_image {
	width: 100%;  	
	left: 0;  	
	right: 0;  	
	margin: 20px auto;
  	margin-bottom: 0px;
}
.captcha_image img {
	width: 100%;
	height: auto;
}
.terms_div {
	width: 100%;
	margin: 15px 0px;		
	height: 30px;
	position: relative;
}
.terms_check {
	display: inline-block;
	padding-right: 10px;
	position: relative;
}
.terms_link {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	height:26px;
	line-height:32px; 
	display: inline-block;
}
.terms_link a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}
.btn_div {
}
.btn_size {
	width: 100%;
	left: 0;    right: 0;    
	margin: 0 auto;
}
.custom_btn {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: 600;
	width: 100% !important;
	height: 45px !important;
	text-align: center;	
	background-color: #1F1F1F !important;
	-webkit-box-shadow: none;
    box-shadow: none;    border: 2px solid #404040;
}
.custom_btn:hover, .custom_btn:focus, .custom_btn:active{
	border-color:#404040;
}
.links {
	text-align: left;
	margin-bottom: 15px;
}
.link_div {
	padding-top: 5px;
}
.signin_links, .signin_links:hover, .signin_links:focus {
	color: #C1C1C1;
	font-size: 14px;
	text-decoration: none;
}
@media screen and (max-width:1280px) {	
    .web_content{
		display:none;
	}
	.mob_content {
		display: block;
	}	
	.mobile_header {		
		width: 100%;
		height: 60px;
		background-color: #1F1F1F;
		display: table;		
	}
	.mobile_header  span:first-child{
		vertical-align:middle;
		display: table-cell;
		color: #FFFFFF;
	}
	.mobile_back {
		z-index:1;
		position: relative;
        left: 3%;
        width: 15%;
        height:100%;
	}
	.mobile_back img {
		width:16px;
		height: auto;
	}
	.mobile_back p {
    	display: inline;
	}
	.mobile_title {
        position: absolute;
		left: 0;
		width: 100%;
		height: inherit;
		text-align: center;
		line-height: 56px;
    	font-family: "Open Sans",sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
	.signup_container{
		margin-top:50px;
	}
	.terms_div{
		text-align:center;
	}
	.btn_size{
		width:50%;	
	}
}
@media screen and (max-width:1024px) {
	.web_content{
		display:none;
	}
	.mob_content {
		display: block;
	}
	.captcha_div{
		width:100%;
	}
	.mobile_header {		
		width: 100%;
		height: 60px;
		background-color: #1F1F1F;
		display: table;		
	}
	.mobile_header  span:first-child{
		vertical-align:middle;
		display: table-cell;
		color: #FFFFFF;
	}
	.mobile_back {
		z-index:1;
		position: relative;
        left: 3%;
        width: 15%;
        height:100%;
	}
	.mobile_back img {
		width:16px;
		height: auto;
	}
	.mobile_back p {
    	display: inline;
	}
	.mobile_title {
        position: absolute;
		left: 0;
		width: 100%;
		height: inherit;
		text-align: center;
		line-height: 56px;
    	font-family: "Open Sans",sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
	.signup_container{
		margin-top:50px;
	}
	.terms_div{
		text-align:center;
	}
	.btn_size{
		width:50%;	
	}
}
@media screen and (max-width:966px) {	
}
@media screen and (max-width:800px) {	
}
@media screen and (max-width:604px) {	
}
@media screen and (max-width:736px){	
}
@media screen and (max-width:540px) {
	.web_content {
		display: none;
	}
	.logo{
		display:none;
	}
	.mob_content {
		display: block;
	}
	input[placeholder] {
		font-size: 14px !important;
	}
	.custom_container {
		padding: 0;
	}	
	.signup_container {
		width: 100%;
		margin-top: 0px;
	}
	.signup_container .row {
		margin: 0;
	}
	.col-xs-12 {
		padding: 0 !important;
	}
	.sign_field_one, .sign_field_one_two, .sign_field_same {
		width: 100%;
		margin: 0;
	}
	.sign_field_one input {
		border: none;
		border-top: 1px solid #404040; 
		border-bottom: 1px solid #404040;
		height: 45px !important;
		font-size: 14px !important;
	}
	.sign_field_one_two input, .sign_field_same input {
		border: none;
		border-bottom: 1px solid #404040;
		height: 40px !important;
		font-size: 14px !important;
	}
	.sign_field_one_two {
		margin-left: 0;
	}
	.row_terms {
		height: 65px;
		border: 1px solid #404040;
	}	
	.custom_btn {
		/* height: 40px !important; */
		font-size: 22px !important;	
	}
	.captcha_container {
		width: 100%;
	}
	.email_update_row, .monthly_performance_row {
		margin: 15px 0px 18px;
	}
	.email_update_col, .monthly_performance_col {
		padding: 0px 15px;
	}
	.email_update_row span, .monthly_performance_row span {
		font-size: 18px;
	}
	.email_alert_msg, .monthly_alert_msg {
		font-size: 14px !important;
	}
	.captcha_div {
		margin: 0;
		width: 100%;
	}
	.terms_div {
		margin: 15px 0px 15px 0;	
		text-align: left;
	}		
	.terms_link, .terms_link a {
		font-size: 15px;
	}
    .captcha_div .form-group{
        margin-bottom: 5px;
    }
    .btn_size{
    	width:100%;
    }    
	.mobile_back {		
        width: 5%;
        height:100%;
	}
    .mobile_back p{
        display:none;
    }
	.mobile_back img {
		width:16px;
		height: auto;
	}	
	.mobile_title {
        position: absolute;
		left: 0;
		width: 100%;
		height: inherit;
		text-align: center;
		line-height: 50px;
    	font-family: "Open Sans",sans-serif;
		font-size: 22px;
		font-weight: 600;
		color: #fff;
	}

    .terms_check {
        margin-left: 23px;
    }
}
@media screen and (max-width: 320px) {
	.email_alert_msg, .monthly_alert_msg {
		font-size: 12px !important;
	}
}