.formfield {

	font-family: "Kaph-Regular", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	border-radius: 10px;
	border: none;
	background: #FFFFFF;
	padding: 10px 20px;
	font-size: 4vw !important;
	color: #000000;
	text-align: center;
	outline: none !important;
	box-shadow: none;	
}


.formfield:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}


.runeText {
	background: none;
	border: none;
	color: #00000000;
	outline: none !important;
}