input {
	font-family: Maison Mono;
	font-size: 0.75vw;
}

input {
	width: 100%;
	border: 0;
	padding: 0;
}

input::placeholder {
	color: #999999 !important;
}

*:focus, input:focus{
    outline: none;
}

input#from,
input#subject {
	display: none;
}

input[name="submit"] {
	width: auto !important;
	background: transparent;
	cursor: pointer;
}

input[name="submit"]:hover {
	color: #999;
}


/*TABLET*/
@media (max-width:1024px) {
}

/*MOBILE*/
@media (max-width:600px) {

input {
	font-size: 3vw;
}

}