/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.zbcp_form_wrapper,.zbcp_search_form_wrapper{
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}
#zbcp_serving_zipcode,#zbcp_email_against_zipcode{
    width: 300px;
    padding: 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}
.zbcp_error_message{
    color: #721c24;
    background-color: #f8d7da;
    border-left: 5px solid #721c24;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}
.zbcp_success_message{
    color: #155724;
    background-color: #d4edda;
    border-left: 5px solid #155724;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}
.zbcp_form_container{
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}
.zbcp_check_serving_zipcode,.zbcp_submit_email_zipcode{
    padding: 15px 25px !important;
    background: #333 !important;
    font-size: 16px !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    border-radius: 0px !important;
}
@media only screen and (max-width: 600px) {
    .zbcp_form_wrapper,.zbcp_search_form_wrapper{
        display: block;
        margin-bottom: 20px;
    }
    .zbcp_form_wrapper input,.zbcp_search_form_wrapper input{
        width: 100% !important;
        margin: 0px 0px 10px 0px !important;
    }
}