/*---------------------------------------------------------------------------------

 Theme Name:   fuseStarter Core
 Theme URI:    
 Description:  
 Author:       fuseStarter
 Author URI:   https://fusestarter.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*** Form Lift ****/
/** No Border Input **/
.dh_input_noborder input {
	background-color: rgba(255,255,255,.0) !important;
    border: none!important;
    border-bottom: 1px solid #ffffff!important;
    color: #ffffff!important;
    border-radius: 1px!important;	
}
.dh_input_noborder input::placeholder {
   color: #ffffff!important;
}
.dh_submit_dark .formlift_button {
	background-color: rgba(221,51,51,0) !important;
    border-color: #000000 !important;
    color: #000000 !important;
}