/* Temel input stilleri */
input[type=text],
input[type=text]:not(.browser-default),
input[type=password],
input[type=password]:not(.browser-default) {
    outline: 0;
    margin-bottom: 0;
}

    input[type=text]:focus:not([readonly]),
    input[type=text]:not(.browser-default):focus:not([readonly]),
    input[type=password]:focus:not([readonly]),
    input[type=password]:not(.browser-default):focus:not([readonly]) {
        box-shadow: none;
    }

textarea {
    outline: 0;
    border: 0;
}

/* Placeholder stilleri */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}

textarea::-moz-placeholder {
    color: #fff;
}

label {
    margin: 0;
    display: block;
}

button {
    outline: none !important;
    border: 0;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/* Ana container */
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

/* Login Card Ana Container */
.loginCard {
    width: 80%;
    margin: 5% auto;
    min-height: 450px;
    display: table;
    position: relative;
}

    .loginCard > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

    /* Geliştirilmiş Login Card Wrapper */
    .loginCard > .wrapper {
        position: absolute;
        width: min(420px, 90vw);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* Glassmorphism efekti */
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 24px;
        /* Gelişmiş gölge */
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.3);
        /* Animasyon ve geçişler */
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        /* İçerik düzeni */
        padding: 40px 32px;
        color: #2c2c2c;
        overflow: hidden;
    }

        .loginCard > .wrapper:hover {
            /*transform: translate(-50%, -50%) translateY(-5px);*/
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.4);
            background: rgba(255, 255, 255, 0.80);
        }

    /* Form container */
    .loginCard .wrapper > form {
        padding: 30px;
        transition: all 0.5s;
        background: transparent;
        width: 100%;
        border-radius: 20px;
    }

        .loginCard .wrapper > form > div {
            position: relative;
            margin-bottom: 15px;
        }

    /* Form label stilleri */
    .loginCard .wrapper label {
        position: absolute;
        top: -7px;
        font-size: 12px;
        white-space: nowrap;
        background: rgba(255, 255, 255, 0.9);
        text-align: left;
        left: 15px;
        padding: 0 5px;
        color: #666;
        pointer-events: none;
        border-radius: 4px;
    }

    .loginCard .wrapper h3 {
        margin-bottom: 25px;
        color: #2c2c2c;
    }

    /* Geliştirilmiş input stilleri */
    .loginCard input {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 12px;
        padding: 14px 18px;
        width: 100%;
        color: #2c2c2c;
        font-size: 16px;
        transition: all 0.3s ease;
        height: 50px;
        box-sizing: border-box;
    }

        .loginCard input:focus {
            outline: none;
            background: rgba(255, 255, 255, 0.3);
            border-color: rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
        }

        .loginCard input::placeholder {
            color: rgba(44, 44, 44, 0.6);
        }

    /* Geliştirilmiş button stilleri */
    .loginCard button {
        background: linear-gradient(135deg, #dc2626, #b91c1c);
        border: none;
        border-radius: 12px;
        padding: 14px 32px;
        color: white;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(220, 38, 38, 0.3);
        min-width: 120px;
        height: 50px;
    }

        .loginCard button:hover {
            background: linear-gradient(135deg, #b91c1c, #991b1b);
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(220, 38, 38, 0.4);
        }

        .loginCard button:active {
            transform: translateY(0);
        }

        .loginCard button.dark {
            border-color: #b40211;
            background: #e7052b;
            box-shadow: 0 10px 30px 0 rgba(212, 89, 89, 0.5);
        }

    /* Efekt stilleri */
    .loginCard > .wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    }

    .loginCard > .wrapper::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .loginCard > .wrapper:hover::after {
        opacity: 1;
    }

    /* Animasyonlar */
    .loginCard .wrapper #login {
        visibility: visible;
    }

    .loginCard .wrapper #register {
        transform: translateY(-80%) translateX(100%);
        visibility: hidden;
    }

    .loginCard .wrapper.move #register {
        transform: translateY(-84%) translateX(0);
        visibility: visible;
    }

    .loginCard .wrapper.move #login {
        transform: translateX(-100%);
        visibility: hidden;
    }

    .loginCard > .wrapper.move {
        left: 45%;
    }

/* Responsive tasarım */
@media (max-width: 768px) {
    .loginCard > .wrapper {
        width: 85vw;
        padding: 32px 24px;
        border-radius: 20px;
    }
}

@media (max-width: 850px) {
    .loginCard {
        padding: 5px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: -webkit-center;
    }

        .loginCard > div {
            display: inline-block;
        }

        .loginCard > .wrapper {
            position: relative;
            height: auto;
            top: 0;
            left: 0;
            width: 100%;
            transform: none;
        }

            .loginCard > .wrapper:hover {
                /*transform: translateY(-5px);*/
            }

            .loginCard > .wrapper.move {
                left: 0;
            }
}

@media (max-width: 480px) {
    .loginCard > .wrapper {
        width: 95vw;
        padding: 24px 20px;
        border-radius: 16px;
    }
}

/* Logo stilleri */
.logo {
    height: auto;
    max-width: 90%;
    display: flex;
    margin-left: 10px;
}
@media (max-width: 480px) {
    .logo {
        place-self:center;
    }
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 120px;
    background-color: transparent;
    margin: 0 auto;
}

    .login100-form-logo img {
        width: 400px;
        border-radius: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

/* Splits stilleri */
.splits {
    width: 50%;
    background: #fff;
    float: left;
}

    .splits button {
        width: 100%;
        border-radius: 0;
        background: #505050;
        border: 0;
        opacity: 0.7;
    }

        .splits button.active {
            opacity: 1;
            background: #ff4931;
        }

    .splits p {
        font-size: 18px;
    }

@media (max-width: 850px) {
    .splits p {
        display: none;
    }
}

/* Site link */
.site-link {
    padding: 5px 15px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    right: 30px;
    bottom: 30px;
    border-radius: 10px;
}

    .site-link img {
        width: 30px;
        height: 30px;
    }

/* Autofill stilleri */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 50px #fff;
}

/* Sosyal medya butonları */
.flex-c {
    display: flex;
    justify-content: center;
}

.login100-social-item {
    font-size: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.bg-fb {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-google {
    background-color: #ea4335;
}
