/*Pool location form*/

.with_frm_style .frm_top_container 
.frm_primary_label, .with_frm_style 
.frm_hidden_container .frm_primary_label, 
.with_frm_style .frm_pos_top
{
    color:#cac8c8;
}
.with_frm_style input[type=text]
{
    background: #f5f5f500;
    border-bottom: 1px solid white;
    padding: 0px;
    margin-bottom: 10px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], 
.with_frm_style input[type=email], .with_frm_style input[type=number], 
.with_frm_style input[type=url], .with_frm_style input[type=tel], 
.with_frm_style input[type=phone], .with_frm_style input[type=search], 
.with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, 
.with_frm_style .frm_scroll_box .frm_opt_container, 
.frm_form_fields_active_style, .frm_form_fields_error_style, 
.with_frm_style .frm-card-element.StripeElement, 
.with_frm_style .frm_slimselect.ss-main 
{
    background: #f5f5f500;
    border-bottom: 1px solid white;
    padding:0px;
    margin-bottom: 10px;
}