 
.form{
	width: 400px;
	margin-top: 60px;
}
.bilgi{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    background: #ff0000;
    padding: 6px 0;
    text-indent: 10px;
    color: #fff;
    font-family: poppins;
    font-size: 15px;
}

.input100{
	width: 250px;
	background: #fff;
	border: none !important;
	padding: 6px 12px;
	border-radius: 4px;
	height: 45px;
	outline: none !important;
	color: #777;
	box-shadow: 0 1px 2px rgb(170 170 170 / 76%) inset;
	font-family: poppins;
	font-size: 20px;
}
.input500{
	width:500px;
	
	background: #fff;
	border: none !important;
	padding: 6px 12px;
	border-radius: 4px;
	height: 35px;
	outline: none !important;
	color: #777;
	box-shadow: 0 1px 2px rgb(170 170 170 / 76%) inset;
}

.textarea{
		width: 100%;
		background: #fff;
		border: none !important;
		padding: 6px 12px;
		font-family: poppins;
		border-radius: 4px;
		outline: none !important;
		color: #777;
		box-shadow: 0 1px 2px rgb(170 170 170 / 76%) inset;
		height: 180px;
		font-size: 17px;
}

.gonder:hover{
    background: #000;
cursor:pointer;	
}
.gonder {
    background: #ffa900;
    display: inline-block;
    padding: 4px 9px;
    color: #fff;
    border-radius: 3px;
    font-family: arial;
    font-size: 20px;
    font-weight: 700;
    font-family: poppins;
}