form input{
	border-radius: 0px !important;
}
/*form button{
	box-shadow: lightgray 3px 3px 7px !important;
	border-radius: 0px !important;
	
}
from button:active {
  transform: translate(1px, 1px);
  box-shadow: lightgray 0 0 5px;
}*/
form select{
	border-radius: 0px !important;
}