

#form_con_holder {
	display: inline-block;
	width: 70%;
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: dosis_bld;
	border: 1px solid #425eb2;
	border-radius: 5px;
	padding: 10px;
}

.sx_input {
	width: 100px;
}

.buttn_holder {
	margin: 10px;
	text-align: center;
}

.field_label, .field_val {
	text-align: left;
}

#sign_up_box_top {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
}

.sing_info_top {
	display: inline-block;
	width: 23%;
	height: 40px;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	color: white;
}

#meet_new {
	background: #425eb2;
}

#connect_frnds {
	background: #00bfb5;
}


#power_hps {
	background: #b2425e;
}


#put_pop {
	background: #50667e;
}


.sign_head {
	font-family: economica_bold;
	font-size: 2rem;
	font-weight: bold;
	color: white;
}

.sign_up_pop {
	font-family: "trebuchet MS", sans-serif;
	font-weight: normal;
	position: absolute;
	width: 300px;
	min-height: 50px;
	height: auto;
	background: white;
	font-size: 16px;
	display: none;
	top: 100%;
	right: -50px;
	cursor: help;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 1000;
}

.sign_body {
	font-size: 16px;
	color: white;
}

#link_holder {
	margin-left: calc(15% + 10px); /* This is based on width of for form_con_holder being 70% so then margin-left would be (30/2) */
	width: 30%;
	border: 2px solid #F5F5F5;
	padding: 5px;
	margin-top: 25px;
	cursor: pointer;
	background: white;
	font-size: 0.75rem;
}

#link_holder:hover {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#signup_note {
		font-size: 1.15rem;
		margin: 5px;
		background: #f9f9f9;
		padding: 5px;
}

#signup_req {
		font-size: 1rem;
}

#signup_attn {
		font-family: dosis_med;
		font-size: 1.1rem;
		text-align: left;
		margin: 5px;
		background: #f9f9f9;
		margin-top: 15px;
		padding: 5px;
		display: none;
}

#signup_more {
	padding: 10px;
	margin: 15px;
	background: white;
	display: none;
}


.error_pop {
	POSITION: absolute;
	DISPLAY: none; 
	padding: 5px; 
	BORDER: 3px solid red;   
	z-index: 600;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: auto;
	BACKGROUND-COLOR: white; 
	width: 400px; 
	right: 0;
	bottom: 100%;
	font-family: dosis_med;
	font-size: 18px;
}

.reason_box {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 5px;
}

.note_pop {
	POSITION: absolute;
	DISPLAY: none;
	padding: 5px; 
	BORDER: 3px solid #c6cedf;  
	BACKGROUND-COLOR: white; 
	z-index: 1500;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: auto;
	width: 350px; 
	left: 100%;
	top: 0;
	text-align: left;
}



.q_holder {
	position: relative;
	cursor: pointer;
}


#form_con {
	border: 1px solid #c6cedf;
	padding: 5px;
	margin-left: 15%;
	margin-right: 15%;
	box-shadow: 0 6px 4px -4px black;
}

.field_con, .field_con_sub {
	position: relative;
	margin: 15px;
	padding: 5px;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}

.field_con_sub {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.field_label_wrap {
	display: inline-block;
	vertical-align: top;
	height: 30px;
		width: 30%;
	margin-left: 2px;
}


.item_holder {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 70%;
	margin-left: 1%;
	border-left: 3px solid #3399FF;
	padding-left: 10px;
	box-sizing: border-box;
}

.item_holder:hover {
	border-left: 3px solid red;
}

.label_holder {
	font-family: dosis_med;
	color: #3399FF;
	font-size: 1rem;
	font-weight: bold;
	width: 30%;
	padding-bottom: 5px;
}

.field_req {
	display: inline-block;
	vertical-align: middle;
	color: red;
	margin-left: 5px;
	font-weight: bold;
}

.field_label {
	background: #3399FF;
	color: white;
	padding: 5px;
	font-weight: bold;
}

.field_val {
	width: 65%;
	margin-left: 2px;
}

.gray_text {
	font-size: 0.75rem;
}

.input_here, .input_here_s3  {
	background: white;
	padding: 10px;
	padding-left: 5px;
	color: #36454f;  /* #36454f Charchoal  #084e7d */
	font-size: 16px;
	border: 1px solid #7bc1f7;
	border-radius: 5px;
	width: 90%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_here:focus { 
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
}


.input_here_s3 {
	width: 20%;
}


.item_next_3 {
	margin-left: 5px;
}

.value_holder_x {
	width: 90%;
	box-sizing: border-box; 
}


.green_chk_icon {
	position: absolute;
	width: 25px;  /* should be 0.25rem bigger than input_here */
	vertical-align: top;
	opacity: 0;
	transition: opacity 1s;
	right: 5%;
	top: 5px;
}

.sm_input {
	width: 140px;
}

.sp_input {
	width: 155px;
}

.error_top {
	background: red;
	padding: 5px;
	color: white;
	margin-bottom: 10px;
	font-family: dosis_bld;
	font-size: 20px;
}

/*  Error Related */

.section_holder {
	display: inline-block;
}

.form_sub_button {
	display: inline-block;
	background: #7c9bdc;
	border-radius: 5px;
	color: white;
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
}

.form_sub_button:hover {
	background: red;
}

/*  Place hodler slider */

.contact_place_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.contact_label {
	position: absolute;
	font-size: 18px;
	font-family: dosis_med;
	color: #d3d3d3;
	padding: 2px;
	left: 20px;
	top: 5px;
	z-index: 100;
	background: white;
	transition: top 0.5s, left 0.5s, font-size 0.5s;
 }



.key_info_help {
	position: absolute;
	right: -15px;
	top: 10px;
}

.info_pop_mark {
	width: 30px;
	cursor: pointer;
}


.pop_key_info {
	display: none;
	position: absolute;
	border: 1px solid green;
	width: 500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
	border-radius: 5px;
	background: white;
	text-align: left;
	z-index: 1000;
	right: 0;
	top: 0;
}

/* if you do not recv your vfy code email */

.email_recv {
	margin: 10px;
	margin-bottom: 25px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	font-size: 14px;
	padding: 5px;
	width: 75%;
	text-align: left;
}

.slide_key_info {
	display: none;
	border: 2px solid #7c9bdc;
	padding: 5px;
	border-radius: 5px;
	text-align: left;
	margin: 25px;
	font-size: 18px;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {


	.section_holder, .mobile_view_none {
		display: none;
	}

	#form_con_holder {
		width: 98%;
		margin-left: 1%;
	}

	.sing_up_info {
		width: 50%;
	}

	.label_holder {
		width: 60%;
	}

	.item_holder { 
		width: 95%;
	}

	.item_next {
		margin-left: 5px;
	}

	.input_here_s3 {
		width: 30%;
	}

	.error_pop { 
		width: 200px;
	}

	.mobile_place_box {
		width: 75%;
	}

	.email_recv {
		width: 95%;
	}

}