@charset "utf-8";
/* CSS Document */

.frm_a{
	
}
.frm_a input{
	-webkit-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
   
}
.frm_a label{
	font-size: 0.9rem;
	color: #474747;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
.frm_a label span{
	color:rgba(200,4,7,1.00);
	font-weight: 400;
	font-size: 0.9rem;
	margin-left: 3px;
} 
.contSubFrm{
	border: solid 1px #FFF; padding: 15px 25px 20px 30px; border-radius: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
	background:rgba(231,228,228,0.15);
}
.subtitle_frm{
	font-family: 'Roboto', sans-serif;
	font-size: 1.0rem;
	color:#0169B2;
	font-weight: 400;
	padding: 10px 0 5px 0;
}
.subtitle_frm_b{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	color:#fff;
	font-weight: 600;
	padding-bottom: 10px;
}
.frm_ebenezer .row{
	margin-bottom: 15px;
}
.frm_ebenezer .form-control, .form-select{
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	color:#000;
}
.frm_ebenezer label{
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	color:rgba(62,60,60,0.7);
}
.frm_ebenezer_b{
	padding: 50px;
	background: #A7CE45;
	border-radius: 20px;
	box-shadow: 2px 2px 9px 5px rgba(1,38,5,0.3) inset;
-webkit-box-shadow: 2px 2px 9px 5px rgba(1,38,5,0.3) inset;
-moz-box-shadow: 2px 2px 9px 5px rgba(1,38,5,0.3) inset;
}
.frm_ebenezer_b .row{
	margin-bottom: 15px;
}
.frm_ebenezer_b .form-control, .form-select{
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	color:#000;
}.frm_ebenezer_b label{
	font-family: 'Roboto', sans-serif;
	font-size: 0.85rem !important;
	color:#fff;
}