/* TextFieldStyles.css */
.custom-textfield .MuiOutlinedInput-root {
	color: #373737;
	/* input text color */
}

.custom-textfield .MuiOutlinedInput-root:hover fieldset {
	border-color: #AAB835;
	/* on hover */
}