	#frm-action-88312 {
     max-width: 35%;
    margin: auto;
}
.bp_form_data  {
    width: 100%;
    border: 1px solid #6cb277;
    padding: 10px;
    margin-bottom: 10px;
}
.bp_form_data::placeholder {
    font-size: 12px;
    color: gray;
    font-style: italic;
}
.bp_field_require {
   /* display: none;*/
   font-size: 12px;
}
#frm-action-88312  .bp_form_field:last-child{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.bp-btn-send {
        background: #6cb277;
    border: none;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.bp-btn-send:hover {
    background: #333333;
}
.bp_msg_show {
        color: #9c3232;
}
@media screen and (max-width:992px) {
    #frm-action-88312 {
        max-width: 100%;
    }
}
