.fc_row label{
	display:block;
	padding:10px 0px;
}

.fc_row select,
.fc_row input{
	width:100%;
	box-sizing: border-box;
}

.fc_row p{
	font-size:12px;
	color:#777;
}

.fc_form button{
	margin-top:10px;
	color: #fff;
    background: #708a64;
    text-decoration: none;
    display: block;
    padding: 8px;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size:14px;
}

.fc_form select{
	padding: 5px;
   
    border-radius: 3px;
    box-shadow: 0 0 4px #999;
    display: block;
    border: none;
    background: #eee;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    cursor: pointer;
}

.fc_form input{
	padding: 6px;
    box-shadow: 0 0 px #999;
    display: block;
}

.fc_form .g-recaptcha{
	margin-top: 20px;
}

.fc_status_success{
	width:100%;
	background-color:#708A64;
	color:#FFF;
	padding:10px;
}

.fc_status_failed{
	width:100%;
	background-color:#FFEBE8;
	color:#000;
	padding:10px;
}

.fc_row{
	box-sizing: border-box;
}

.fc_row_half{
	width:calc(50% - 12px);
	display: inline-block;
}
.fc_first{
	margin-right:19px;
}

.fc_solo{
	display: block;
}



