.gform-body {
    .gfield {

        input,
        textarea,
        select {
            box-shadow: none !important;
            border-radius: 12px !important;
        }
    }
}


.gform-footer {
    input[type="submit"] {
        border-radius: 50px !important;
    }
}