input,textarea,button {outline: none;}
.pole {
	width: 90%;
	padding: 10px;
	border: 2px solid #fcf900;
	border-radius: 7px;
	background: none;
	color: #000;
	font-family: PT Sans Narrow;
	font-weight: 500;
	font-size: 16px;
}
.btn-form {
	width: 97%;
	height: 35px;
	background: #fcf900;
	border-radius: 7px;
	color: #000;
	border: none;
	font-family: PT Sans Narrow;
	font-weight: 700;
	font-size: 18px;
}