#gform_2 #gform_submit_button_2 {
    background-color:transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 3px solid #fff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    -webkit-mask-image: url(https://dev.codedbynature.com/wp-content/uploads/2025/03/spraymask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: repeat;
    mask-image: url(https://dev.codedbynature.com/wp-content/uploads/2025/03/spraymask.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: repeat;
}

#gform_2 .gform_footer {
    gap: 0;
    margin-block-start:0;
}

#gform_2 #field_submit {
    justify-content: end;
}