#fluentform_1{
	font-family: var(--wp--preset--font-family--work-sans);
	color: white;
}

.ff-default .ff-el-form-control::placeholder{
	color: white!important;
	font-size: 13pt;
}

.ff-default .ff-el-form-control, select.ff-el-form-control:not([size]):not([multiple]), .frm-fluent-form .choices__list--single .choices__item {
	color: white;
	font-size: 16px;
}

select.ff-el-form-control:not([size]):not([multiple]){
	padding: 0 15px!important;
}

div.ff-el-group{
	margin-bottom: 20px;
}

.ff-default .ff-el-form-control{
	width: 100%;
	border-color: white;
	border-radius: 0px;
	border-width: 2px;
	padding: 15px 20px;
}

.frm-fluent-form .choices__inner {
	border-radius: 0;
	border-width: 2px;
	border-color: white;
	background: none;
}

.frm-fluent-form .choices__list--single {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input{
	width: 20px;
	height: 20px;
	position: relative;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
	color: white;
}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style){
	background-color: #1C2B1B!important;
	border-radius: 50px;
	width: 75%;
	font-family: var(--wp--preset--font-family--work-sans);
	font-size: 14pt;
	padding: 20px 30px;
	border: none;
}

.ff-el-group.important .ff-el-input--label label{
	font-weight: bold;
}

select.ff-el-form-control:not([size]):not([multiple]){
	height: 50px;
	padding: 0 20px;
}

.ff-default .ff-el-form-control:focus, select.ff-el-form-control:not([size]):not([multiple]):focus, .frm-fluent-form .choices__list--single .choices__item:focus {
	color: #1C2B1B;
}
.frm-fluent-form .choices[data-type*=select-one] .choices__input:focus{
	border-color: #1C2B1B;
}

.frm-fluent-form .choices[data-type*=select-one] .choices__input, .frm-fluent-form .choices__list--dropdown .choices__list{
	color: #1C2B1B;
}

.frm-fluent-form .choices__list--dropdown{
	border: none;
	border-radius: 0;
}

/* success */
.ff-message-success {
	border-color: white;
	box-shadow: none;
	color: white;
}

/* error */
.fluentform .text-danger, .fluentform .ff-el-is-error .ff-el-form-check-label, .fluentform .ff-el-is-error .ff-el-form-check-label a{
	color: firebrick;
}

.fluentform .ff-el-is-error .ff-el-form-control{
	border-color: firebrick;
}