body {
    background: #c1bcba;
    font-family: "Arial";
}
.header {
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 20px;
}
.logo {
	width: 300px;
    margin-bottom: -140px;
    margin-top: -68px;
}
.form {
background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 5px #063860;
    margin-top: 100px;
}
.form div {
	background: white;
	margin: 20px;
	border: none;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0px 0px 10px 3px black;
}
.form div input {
	text-decoration: none;
	padding: 3px;
	outline: 0;
	border: none;
	border-bottom: 1px solid #dea755;
	font-weight: bold;
}
.form div input:focus {
	background: #fd6900c2;
	border-radius: 10px;
	color: white;
	padding: 10px;
}
.form div button {
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #fd8c3d;
    color: black;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 10px;
}
.mesaj {
	margin-top: 30px;
    padding: 5px;
    color: black;
    box-shadow: 0px 0px 5px 5px #073861;
    border-radius: 10px;
    border: none;
    font-weight: bold;
}
.bottonlar button {
	width: 40%;
	background: #dea755;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 2px black;
	color: black;
	font-weight: bold;
	padding: 10px;
}
.bottonlar {
	margin-top: -30px;
	margin-bottom: 30px;
}
.h1 {
	color: #fd8c3d;
    padding: 5px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    letter-spacing: 5px;
}
#cevap {
	font-weight: bold;
	background: #e20f0f;
	color: white;
	display: none;
}