body {font-size: 16px;}

input[type="plain"],
input[type="password"],
input[type="text"],
textarea {
  font-size: 16px;
}

/* JAF: Hide shadows above inputs */
input[type="plain"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="textarea"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* JAF: Hide Chrome's black outlines on inputs and buttons */
input:focus {outline: none;}
select:focus {outline: none;}

/* JAF: Hide arrow on selects */
select {-webkit-appearance: none;}

<script src="https://kit.fontawesome.com/a9ed5f00a4.js" crossorigin="anonymous"></script>