﻿* {
    margin: 0;
    padding: 0;
    font-family: Calibri;
}

body {
    background-color: #1C1C1E;
    overflow: hidden;
}

.logo-kapsama {
    width: 100%;
    text-align: center;
}

.logo {
    width: 250px;
}

.giris-formu {
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #1C1C1E;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    box-shadow: 5px 5px 5px 12px #131315;
}

.giris-formu-baslik {
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    color: #B7B7B8;
}

.giris-formu-icerik {
    padding: 30px;
}

.giris-formu-lbl {
    height: 20px;
    margin-bottom: 5px;
}

.giris-lbl {
    font-size: 16px;
}

.giris-icon {
    width: 31px;
    height: 31px;
    position: absolute;
    line-height: 31px;
    text-align: center;
    background-color: #252527;
    box-sizing: border-box;
    border-right: 1px solid #6E6E73;
    color: #757575;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 2px 2px;
}

.giris-formu-txt:has(.giris-txt:focus) .giris-icon {
    color: #009AFF;
    border-right: 1px solid #009AFF;
}

.giris-formu-txt {
    height: 35px;
    margin-bottom: 40px;
}

.giris-txt {
    height: 35px;
    width: 100%;
    border: 1px solid #6E6E73;
    outline: none;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #252527;
    color: white;
}

.giris-txt-sifre {
    height: 35px;
    width: 100%;
    border: 1px solid #6E6E73;
    outline: none;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #252527;
    color: white;
}

input.giris-txt:-webkit-autofill {
    background-color: #252527 !important;
    -webkit-box-shadow: 0 0 0 1000px #252527 inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.giris-txt:focus {
    border: 1px solid #009AFF;
}

input.giris-txt-sifre:-webkit-autofill {
    background-color: #252527 !important;
    -webkit-box-shadow: 0 0 0 1000px #252527 inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.giris-txt-sifre:focus {
    border: 1px solid #009AFF;
}

.giris-txt-sifre:not(:placeholder-shown) {
    font-size: 18px;
}

.giris-formu-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.giris-btn {
    width: 100%;
    height: 40px;
    border: none;
    background-color: #009AFF;
    cursor: pointer;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

.giris-formu-sifre {
    height: 30px;
    text-align: right;
}

.giris-sifre {
    text-decoration: none;
    color: #009AFF;
}

.giris-footer {
    background-color: #2C2C2E;
    width: 100%;
    height: 60px;
    bottom: 0;
    color: #B7B7B8;
    position: fixed;
    z-index: 999;
}

.giris-footer-sol {
    margin: 0 25px;
    float: left;
}

.giris-footer-orta {
    width: 100px;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.giris-footer-sag {
    padding: 0 25px;
    float: right;
    height: 60px;
    line-height: 60px;
}

.footer-link {
    color: #B7B7B8;
    line-height: 60px;
    text-decoration: none;
    margin-right: 8px;
    font-size: 15px;
}

/* Uygulama Yükleme Butonu Stili */
.install-app-container {
    text-align: center;
    margin: 15px 0;
}

.install-app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2C2C2E;
    color: #B7B7B8;
    border: 1px solid #6E6E73;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .install-app-btn:hover {
        border-color: #009AFF;
        color: #009AFF;
    }

    .install-app-btn i {
        margin-right: 5px;
    }

    .install-app-btn.hidden {
        display: none;
    }

/* Manuel yükleme için talimatlar */
.install-manual {
    text-align: center;
    color: #B7B7B8;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}

@media only screen and (max-width: 1200px) {
    body {
        overflow-y: visible;
    }

    .giris-formu {
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

    .giris-formu-ic {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }

    .giris-formu-icerik {
        height: 100%;
    }

    .giris-footer-sol {
        display: none !important;
    }

    .giris-footer-orta {
        width: 100%;
        background-color: #252527;
        position: fixed;
        margin-top: 30px;
    }

    .giris-footer-sag {
        display: none !important;
    }

    .install-app-btn {
        width: 90%;
        margin: 10px auto;
    }
}
