.pp-modal-popup-window .wpcf7-form input:not([type="submit"]),
.pp-modal-popup-window .wpcf7-form textarea{
    margin: 6px 0 0 0;
    width: calc(100% - 0px);
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    color: #000;
    background-color: #FAFAFA;

    font-family: "Helvetica Neue", sans-serif;
    font-size: 14px;
}

.pp-modal-popup-window .wpcf7-form input:not([type="submit"]){
    height: 42px;
}

.pp-modal-popup-window .wpcf7-form textarea{
    resize: none;
}

.pp-modal-popup-window .wpcf7-form-control-wrap .wpcf7-list-item{
    margin-left: 0;
    margin-top: 10px;
}

.pp-modal-popup-window .wpcf7-form-control-wrap input{
    height: auto !important;
    margin-right: 5px !important;
}