/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2023 | 07:02:27 */
.text_input{
	border:none;
	box-sizing: border-box;
}

input.text_input{
	padding: 5px;
	box-sizing: border-box;
}

textarea.text_input{
	padding: 5px 15px;
	box-sizing: border-box;
}