/*
Theme Name: Laurent Child
Theme URI: https://laurent.qodeinteractive.com/
Description: A child theme of Laurent Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: laurent
Template: laurent
*/

.custom-credit-card-field {
    /* Custom CSS here */
    background-color: transparent !important;
    padding: 10px;
    border: 1px solid #ccc;
}


/* Change autofill text to black */
.Input:-webkit-autofill:not(.p-Input--delayAutofillStyles) {
	-webkit-text-fill-color: black !important; /* Change text color to black */
    
    
}
.Input:-webkit-autofill:focus:not(.p-Input--delayAutofillStyles) {
	-webkit-text-fill-color: #000000;!important}

