form input,
form textarea,
form select {
padding: 0.75em;
border: 1px solid #ccc;
border-radius: 3px;
font-size: 1em;
margin-bottom: 1em;
&:focus {
outline: none;
border-color: #666;
}
}
form textarea {
min-height: 200px;
resize: vertical;
}
form select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right 0.75em top 50%;
background-size: 0.65em auto;
}