Focus tweaks for underline style gravity form inputs
What it does
removes the box shadow and changes the underline colour change #222 to whatever hash colour you want to highlight the focused field.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper textarea:focus, .ginput_container.ginput_container_select select:focus {
box-shadow: none !important;
border: 1px solid transparent;
border-bottom: #183058 solid 2px;
}