.form_input {
	background: #c8c8c8!important;
	color:#000!important;
	border: 1px solid #bfbdbe!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 100%;
	padding:10px 15px 10px 15px!important;
}
.form_input:hover {
	background: #404a58!important;
	color:#fff!important;
	border: 1px solid #2a313b!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 100%;
	padding:10px 15px 10px 15px!important;
}






.form_input_kucuk {
	background: #c8c8c8!important;
	color:#000!important;
	border: 1px solid #bfbdbe!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 150px!important;
	padding:10px 15px 10px 15px!important;
}
.form_input_kucuk:hover {
	background: #404a58!important;
	color:#fff!important;
	border: 1px solid #2a313b!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 150px!important;
	padding:10px 15px 10px 15px!important;
}









.form_input_email {
	background: #404a58!important;
	color:#fff!important;
	border: 1px solid #2a313b!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 100%;
	padding:10px 15px 10px 15px!important;
}
.form_input_email:hover{
	background: #c8c8c8!important;
	color:#000!important;
	border: 1px solid #bfbdbe!important;
	box-shadow: none;
	border-radius:5px!important;
	height: 45px;
	width: 100%;
	padding:10px 15px 10px 15px!important;
}






.form_input_text {
	background: #c8c8c8!important;
	color:#000!important;
	border: 1px solid #bfbdbe!important;
	box-shadow: none;
	border-radius:5px!important;
	height:150px!important;
	width: 100%!important;
	padding:10px 15px 10px 15px!important;
}
.form_input_text:hover{
	background: #404a58!important;
	color:#fff!important;
	border: 1px solid #2a313b!important;
	box-shadow: none;
	border-radius:5px!important;
	height:150px!important;
	width: 100%!important;
	padding:10px 15px 10px 15px!important;
}






.form_input_text {
	font-size:15px;
	font-style:normal;
	width:250px;
	height:100px;
	padding:0px 0px 0px 0px;
	background-color: #FFF;
	border:1px solid #d4d4d4;
	color:#000;
}




.form_input_buton {
	background: #fabb00!important;
	font-weight: 700;
	color: #101010!important;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 5px!important;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all 0.3s ease 0s;
}
.form_input_buton:hover {

	background: #212b37!important;
	font-weight: 700;
	color: #fff!important;
	font-size: 15px;
	line-height: 24px;
	border: none;
	border-radius: 5px!important;
	padding: 14px 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 14px;
	transition: all 0.3s ease 0s;

}
