.pm_form_modal button.btn {
	background-color: #495057 !important;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    border: 0;
    width: 100% !important;
    cursor: pointer;
}

.pmform input.form-control {
    margin-top: 5px !important;
    margin-bottom: 15px;
}

.pmform label {
    font-weight: 700;
}

.pmform.no-labels label {
    display: none !important;
}
.pmform .d-none {
    display: none;
}
.pmform .voi-selection-container {
    margin-top: 1rem;
}
.pmform #pmf_contact_us_messageField.form-control {
    height: 150px !important;
    resize: none;
}