/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.response {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    padding: 15px;
    border-radius: 4px;
    /* text-shadow: black 1px 1px 1px; */
}

.container {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 70px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 10px;
}

label {
    width: 30%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    /* margin-top: 2px; */
}

input {
    width: 70%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
#VeriGonder {
    width: 40%;
    background-color: #4CAF50; /* Butonun arka plan rengini yeşil yap */
    color: white; /* Yazı rengini beyaz yap */
    padding: 15px 32px; /* İç boşluk ekleyerek butonu daha büyük yap */
    text-align: center; /* Yazıyı ortala */
    text-decoration: none; /* Alt çizgiyi kaldır */
    display: inline-block; /* Butonu satırda tut */
    font-size: 16px; /* Yazı boyutunu ayarla */
    margin: 10px 2px; /* Buton etrafına boşluk ekle */
    cursor: pointer; /* Buton üzerine geldiğinde imleci "el" şeklinde yap */
    border-radius: 8px; /* Köşeleri yuvarlak yap */
    border: none; /* Kenarlığı kaldır */
    transition: all 0.3s ease; /* Butonun üzerine gelince animasyonlu geçiş sağla */
    margin-left: 40px;
}

#VeriGonder:hover {
    background-color: #45a049; /* Buton üzerine gelindiğinde arka plan rengini biraz koyulaştır */
    transform: translateY(-3px); /* Buton hafifçe yukarı kayar */
}

#VeriGonder:active {
    background-color: #3e8e41; /* Butona tıklanıldığında arka plan rengini daha koyulaştır */
    transform: translateY(1px); /* Buton tıklanıldığında biraz aşağı kayar */
}

#VeriGonder:focus {
    outline: none; /* Buton üzerine tıklanıp odaklandığında outline'ı (çerçeve) kaldır */
}

input:focus {
    border-color: #4CAF50;
    outline: none;
}

/* Butonlar */
button {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #45a049;
}

button:last-child {
    background-color: #007BFF;
}

button:last-child:hover {
    background-color: #0056b3;
}



/* Key Üret ve Key Süresi Menüsü */
.key-menu {
    display: none;
    background-color: #f4f7fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Medya Sorguları (Responsive Tasarım) */
@media (max-width: 600px) {
    .container {
        padding: 20px;
    }

    button {
        font-size: 14px;
        padding: 10px;
    }
}


* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
}



blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}


a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}



/* Boxed Style */


.boxed .title {
	padding: 5px 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
	padding: 20px;
}

.post .title {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 90px;
	font-size: x-small;
}



.post .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #FFB46A;
	font-size: x-small;
}


.post .story {
	clear: both;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	width: 180px;
	height: 160px;
	padding: 20px;
	background: #FFB46A url(images/img01.gif) no-repeat;
	text-align: right;
	font-size: 2.2em;
}

#logo h2 {
	float: right;
	width: 420px;
	height: 150px;
	padding: 30px 20px 20px 20px;
	background: #319595 url(images/img02.gif) no-repeat;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

#extra {
	clear: both;
	height: 20px;
	background: url(images/img06.gif) no-repeat;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
	background: url(images/img05.gif) no-repeat right top;
	color: #FFA954;
}

#main a {
	color: #FF7F00;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background: url(images/img04.gif) no-repeat;
	color: #6BB3B3;
}

#sidebar a {
	color: #319595;
}




/* Content > Sidebar > Menu */

#menu {
	padding: 20px 0;
}


/* Content > Sidebar > Updates*/




#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}
