/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
.c-textfield {
	border-radius: 0.4rem;
	border: 0.1rem solid var(--primary-e-normal);
	padding: 0 1rem;
	height: 2.3rem;
	font: 1.2rem / normal 'Open Sans', sans-serif;
}

.c-textfield:focus {
	border-color: #ff8533;
	transition: border-color 0.3s ease;
}