/* css for be-a-winning-bride Landing Page */

.banner_slogan{
	margin-top:60px;
	margin-bottom:80px;
	font-size:21px;
	line-height:35px;
	color:#7c7c7c;
}

.banner_slogan strong{
	color:#555;
}

.footer{
	display:none;
}

#form_box{
	border:0;
	background:url(../../images/form_bg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:4%;
	padding-bottom:5.5%;
}

.form_board{
	background:url(../../images/form_board.jpg) no-repeat center top;
	background-size:cover;
	max-width:1267px;
	margin-left:auto;
	margin-right:auto;
}

#form_box h2{
	font-size:44px;
	margin-top:45px;
}

.mBtn-submit, .mBtn-reset{
	border:0;
}

.mBtn-submit{
	background:#000;
	color:#fff !important;
}

.mBtn-reset{
	background:#fff;
	color:#000 !important;
}

#FormBg{
	max-width:740px;
}

.field01{
	background:#fff;
}

.medi-btn-sel_bg{
	background:#fff;
}

.input-group-addon:last-child{
	background:#fff;
}

.section_form{
	margin-top:20px;
}


#mediEl_email{
	margin-bottom:10px;
}

.text_title{
	color:#464646;
	font-size:16px;
	padding-bottom:10px;
}

#treatmentCanvas label.mLabel{
	position:relative;
	display:block;
	text-align:left;
	margin-left:0;
	margin-right:0;
	margin-bottom:10px;
}

#treatmentCanvas .mRadio{
	width:28px;
	height:28px;
	border:1px solid #000;
	background:#fff;
	position:relative;
	display:inline-block;
	vertical-align:top;
	float:left;
}

#treatmentCanvas .mRadio:before{
	display:none;
	content:"";
	background:url(../images/m_checkbox_checked.png) no-repeat left top #000;
	background-size:contain;
	width:100%;
	height:100%;
	position:absolute;
}



#treatmentCanvas input:checked + .mRadio:before, #treatmentCanvas input:checked + .mCheckBox:before{
	display:block;
}

#treatmentCanvas input[type="radio"], #treatmentCanvas input[type="checkbox"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
}

#treatmentCanvas .mRadio_text{
	border-bottom:1px solid #000;
	line-height:26px;
	font-size:16px;
	color:#000;
	display:inline-block;
	vertical-align:top;
	width:94%;
	padding-left:12px;
	padding-right:12px;
	float:right;
}

.id_anchor{
	margin-top:-130px;
	padding-top:130px;
}

.btn_reg{
	padding-left:42px;
	padding-right:42px;
	line-height:57px;
	font-size:24px;
	text-transform:uppercase;
	border-radius:0;
	background:#000;
	color:#fff !important;
	letter-spacing:2px;
	display:inline-block;
}

@media screen and (max-width: 991px){
	#mediEl_telc, #mediEl_tel{
		margin-bottom:0;
	}
}

@media screen and (max-width: 640px){
	#form_box h2{
		margin-top:50px;
	}
	
	#form_box{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	#treatmentCanvas .mRadio_text{
		font-size:28px;
		line-height:40px;
		padding-top:10px;
		width:91%;
		padding-right:0;
	}
	
	.text_title{
		font-size:28px;
	}
	
	#treatmentCanvas .mRadio{
		width:40px;
		height:40px;
		margin-top:11px;
	}
	
	#treatmentCanvas label.mLabel{
		margin-bottom:15px;
	}
	
	#mediEl_email{
		margin-bottom:20px;
	}
}

.form_landing .navbar{
	margin-top:-22px;
}

.form_landing .navbar.navbar-fixed-top{
	margin-top:0;
}

.remove_animation{
	animation:none !important;
	-webkit-animation:none !important;
}


/* modification for mobile 2016/10/20 */
@media screen and (max-width: 640px){
	
	
	
	
	.field01{
		background:transparent;
		border:0;
		border-bottom:1px solid #000;
		font-size:28px !important;
		height:60px !important;
		line-height:60px !important;
	}
	
	.medi-btn-sel_bg{
		background:transparent;
		border:0;
		border-bottom:1px solid #000;
		height:60px !important;
		line-height:60px !important;
	}
	
	.medi-btn-sel_bg label{
		font-size:28px !important;
		height:60px !important;
		line-height:60px !important;
	}
	
	table.medi-combobox{
		font-size:28px !important;
	}
	
	#mediEl_gender{
		width:100%;
	}
	
	#mediEl_age{
		width:100%;
		margin-left:0;
		z-index:10;
	}
	
	.term_pt{
		font-size:18px;
		line-height:32px;
	}
	
	.medi-btn-checkbox{
		width:25px !important;
		height:25px !important;
	}
	
	#mediEl_privacy{
		top:2px;
	}
	
	.mBtn-Txt{
		width:200px;
		font-size:40px;
		line-height:70px;
		height:70px;
	}
	
	.section_form{
		margin-bottom:50px;
	}
}