﻿@media (max-width: 768px) {

    html, body {
        height: 100%;
        overflow: hidden;
        background: #fff;
    }

    .limiter {
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-login100 {
        height: auto !important;
        min-height: unset !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Login kartı */
    .wrap-login100 {
        width: 100%;
        max-width: 420px;
        padding: 22px 20px 28px;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    /* 🔹 ÜSTTE KÜÇÜK GÖRSEL */
    .login100-more {
        order: -1; /* 👈 kritik satır */
        display: block;
        width: 100%;
        height: 100px;
        margin-bottom: 18px;
        border-radius: 12px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .login100-form {
        width: 100%;
    }

    .login100-form-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 22px;
        padding-bottom: 0;
    }

    .wrap-input100 {
        margin-bottom: 16px;
        border-radius: 12px;
        background: #fafafa;
    }

    .input100 {
        font-size: 15px;
    }

        .input100:focus {
            background-color: #f5f9ff;
            border-color: #6675df;
        }

    .label-input100 {
        color: #999;
    }

    .flex-sb-m {
        align-items: center;
    }

    .form-check {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .txt1 {
        font-size: 13px;
    }

    .login100-form-btn {
        height: 52px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
}
