/**
 * Landing page front-end styles.
 *
 * Scope:
 * - Page-specific overrides for the landing page container.
 *
 * Notes:
 * - CSS declarations are preserved from the original all-in-one file.
 * - This file should be loaded after the general Gravity Forms styles.
 */

/************** LANDING PAGE BEGINS ****************/

/* Override Gravity Forms field background inside the landing page. */
#landing-page .ginput_container input, #landing-page .ginput_container textarea, #landing-page .ginput_container select {
	background-color: #FFFFFFDD !important;
}

/************** LANDING PAGE ENDS ****************/
