/*
Theme Name: LandPress Child
Theme URI: https://landpress.keydesign.xyz/
Description: Marketing Landing Page Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: landpress
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: landpress-child
*/

html body .G_form_styling input {
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    color: #232527 !important;
    padding: 25px 20px !important;
    border: 1px solid #e4e9f100 !important;
    border-radius: 8px !important;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
    background: #fff !important;
}

html body .G_form_styling textarea {
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    color: #232527 !important;
    padding: 25px 20px !important;
    border: 1px solid #e4e9f100 !important;
    border-radius: 8px !important;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
    background: #fff !important;
}
input#gform_submit_button_1 {
    background-color: #fa3457 !important;
    width: 100%;
    color: #FFFFFF !important;
    padding: 15px !important;
}
input#gform_submit_button_1:hover {
    background-color: #1ebfbf !important;
  
}
#gform_fields_1 {
    row-gap: 15px !important;
}