body {
    background-color: #f8f9fa; /* Arka plan rengi */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://staticb.yolcu360.com/blog/wp-content/uploads/2023/06/09160215/summer-festivals-in-europe-0-3.jpg');
    background-size: cover; /* Resmin tüm sayfayı kaplamasını sağlar */
    background-position: center; /* Resmin merkezden başlamasını sağlar */
}

.card {
    border-radius: 10px; /* Kart köşe yuvarlaklığı */
}

.auth-header-box {
    background-color: #343a40; /* Üst bölüm arka plan rengi */
    border-radius: 10px 10px 0 0; /* Üst bölüm köşe yuvarlaklığı */
}

.auth-logo {
    filter: brightness(0) invert(1); /* Logo rengi terslendi */
}
.language-selector {
    list-style-type: none; /* List item marker'ını kaldırır */
}

/* CSS */
input:focus {
    outline: none; /* Optional: Remove the default focus outline */
    pointer-events: none; /* Disable pointer events on the input when focused */
}
