.styled-link {
    color: #ffa700; /* Altın rengi */
    font-weight: bold; /* Kalın yazı tipi */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Yazı gölgesi */
    text-decoration: none; /* Alt çizgi yok */
}

.styled-link:hover {
    text-decoration: underline; /* Üzerine gelindiğinde alt çizgi */
}



.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 520px;
    padding: 20px;
    box-shadow: 0 0 10px #473d27fa;
    background: linear-gradient(177deg, rgba(0, 0, 0, .8), #25211a, #675d46);
    border-radius: 8px;
    flex-wrap: nowrap;
    margin-right: 40px;
    /* position: static; */
    align-content: space-between;
    left: 10px;
    flex-direction: column;
}

form {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: stretch;
}

label {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #b8a881;
    text-shadow: 2px 2px 5px rgba(28, 28, 28, .9);
}
input[type="text"], input[type="password"] {
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-size: 1em;
}

.h-captcha {
    margin-bottom: 15px;
}

input[type="submit"] {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(181deg, #ea770069, #ea7700f7, #ea770042);
    color: #fff;
    font-size: 1.1em;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #3700b3;
}

        a {
            color: gold;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

select {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}

select option {
    background-color: #333;
    color: #fff;
}


hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, #333, #666, #333);
    margin: 20px 0;
    opacity: 0.7;
}

.image-container {
    display: flex; /* Flexbox kullanarak yan yana yerleştirme */
    justify-content: center; /* Resimleri ortalamak için */
    gap: 10px; /* Resimler arasındaki boşluk */
	    top: 2px;
}

.sag-orta .image-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    top: -30px;
}

.image-container img {
    max-width: 25%;
    height: auto;
    position: relative;
    bottom: 105px;
}

.submit-button {
    background: linear-gradient(181deg, #ea770069, #ea7700f7, #ea770042); /* Arka plan gradyanı */
    color: #fff; /* Yazı rengi */
    border: none; /* Kenarlık yok */
    padding: 10px 20px; /* İç boşluk */
    font-size: 16px; /* Yazı boyutu */
    display: flex; /* İçeriği yatayda hizalamak için */
    align-items: center; /* Ortalamak için */
    justify-content: center; /* Metin ve ikonu ortalar */
    cursor: pointer; /* İmleci işaretçi yapar */
    border-radius: 5px; /* Köşeleri yuvarlatır */
}

.submit-button i {
    margin-right: 8px; /* İkon ile metin arasına boşluk bırakır */
}

.submit-button {
    background: linear-gradient(181deg, #ea770069, #ea7700f7, #ea770042); /* Arka plan gradyanı */
    color: #fff; /* Yazı rengi */
    border: none; /* Kenarlık yok */
    padding: 10px 20px; /* İç boşluk */
    font-size: 16px; /* Yazı boyutu */
    display: flex; /* İçeriği yatayda hizalamak için */
    align-items: center; /* Ortalamak için */
    justify-content: center; /* Metin ve ikonu ortalar */
    text-decoration: none; /* Alt çizgiyi kaldırır */
    cursor: pointer; /* İmleci işaretçi yapar */
    border-radius: 5px; /* Köşeleri yuvarlatır */
    transition: background 0.3s ease; /* Geçiş efekti */
	text-shadow: 1px 1px #000;
}

.submit-button i {
    margin-right: 8px; /* İkon ile metin arasına boşluk bırakır */
}

.submit-button:hover {
    background: linear-gradient(181deg, #ea7700b3, #ea7700d9, #ea770066); /* Hover efekti */
}

.submit-buttonx i {
    margin-right: 8px; /* İkon ile metin arasına boşluk bırakır */
}

.submit-buttonx {
   background: linear-gradient(181deg, #3d2002, #674614a3, #3d2002b5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
	text-shadow: 1px 1px #000;
}

.submit-buttonx i {
    margin-right: 8px; /* İkon ile metin arasına boşluk bırakır */
}

.submit-buttonx:hover {
   background: linear-gradient(181deg, #3d2002c7, #67461461, #3d20028f); /* Hover efekti */
}





.block table td {
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    border: 1px solid #4e4d25;
    vertical-align: middle;
    color: #b8a881;
    font-size: 13px;
}
.block table tr td:first-child {
    border-left: none;
}

.block-title {
  position: relative;
  margin-bottom: 5px;
}
.block-title h2 {
  font-size: 16px;
}
.block-title h2 span {
    padding: 60px 380px 60px 50px;
    background: url(../img/block-title-icon.png) left center no-repeat;
    /* background-color: #121212; */
    display: inline-block;
    position: relative;
    z-index: 2;
    color: gold;
}

.block-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  top: 50%;
  left: 0px;
}

.block table thead {
    background: #1d1d1d;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: gold;
}

.block table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 95%;
}
		
.down-title {

    color: #39d939;
    font-weight: bold;
    text-shadow: 0 0 1px #251d19, 0 0 1px #1c1c0d;
}
