#formgenel {
	background-color: #39465d;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	border-radius: 23px;
}

.fresim {
	margin-bottom: 10px;
}

#formgenel h2 {
	font-size: 20px;
	text-align: center;
}

.formici {
	text-align: center;
}

.col1 {
	text-align: center;
	width: 230px;
	display: block;
	margin: 0 10px 5px;
}

.col2 {
	width: 230px;
	margin: 0 10px 10px;
	border: 0px;
	border-radius: 5px;
	height: 30px;
	text-indent: 10px;
	outline: none;
	font-family: "Roboto", sans-serif;
	color: #464646;
}

.eku {
	font-weight: bold;
}

label {
	display: inline-block;
}

input[type="button"], input[type="reset"] {
	width: 232px;
	height: 35px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 10px 20px;
	background-color: #2fcfde;
	border: 0px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #1ae8fb;
}