div#popup .wpcf7-form input {
    width: 90% !important;
    height: 40px !important;
}

div#popup .wpcf7-form p {
    margin-bottom: 0px;
}

div#popup .wpcf7-form input[type="submit"]{
    background: #4bd367 !important;
    border-radius: 25px !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    width: 50% !important;
    height: 40px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    color: #fff;
    border: none;
    cursor: pointer;
}

div#popup .wpcf7-form .wpcf7-response-output {
    color:black;
}