/* Increase input field font size for better readability */
.fi-input,
.fi-input input,
.fi-fo-text-input input,
input.fi-input,
.fi-fo-field-wrp input[type="email"],
.fi-fo-field-wrp input[type="password"],
.fi-fo-field-wrp input[type="text"] {
    font-size: 1.1rem !important;
    padding: 0.75rem 1rem !important;
    height: auto !important;
    min-height: 2.75rem !important;
}

/* Also increase label font size */
.fi-fo-field-wrp label {
    font-size: 1rem !important;
}
