.btn_send {
	width: 280px;
	height: 48px;
	border: none;
	color: #FFF;
	background: #4594EF;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 400;
}

.input_text {
	margin: 48px 0;
	padding-left: 15px;
	width: 280px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #979797;
	border-radius: 4px;
}