/* --- Contact form input text color override (global) --- */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="password"],
.contact-form input[type="url"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="date"],
.contact-form input[type="time"],
.contact-form input[type="datetime-local"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form textarea,
.contact-form select {
	color: #ffffff !important;
	caret-color: #ffffff;
}

/* Placeholder colors for dark backgrounds */
.contact-form ::placeholder { color: rgba(255, 255, 255, 0.6) !important; opacity: 1; }
.contact-form :-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) !important; }
.contact-form ::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) !important; }

/* If inputs have their own inner text class (input-bordered), ensure inheritance */
.contact-form .input-bordered { color: inherit !important; }
/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/
