.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;
}