/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/


.wpcf7 input[type="text"],
input[type="email"],
input[type="tel"]
{
    min-width: 65%;
    max-width: 85%;
    font-size: large;
    font-family: Open Sans;
    padding-top: 8px;
    padding-bottom: 2px;
}
.wpcf7 input[type="submit"]
{
    font-size: large;
    font-family: Open Sans;
    border-radius: 32px;
    min-width: 25%;
    max-width: 65%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #0003fa;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover
{
    background-color: #ff3131; /* Change background color on hover */
    transform: scale(1.03);
}