body {
    margin:0;
    padding:16px; /* ðŸ”¥ Ez a mobilos pÃ¡rnÃ¡cska */
    font-family:'Montserrat', sans-serif;
    background:#f5f6f7;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    box-sizing:border-box;
}


.login-doboz {
    width:100%;
    max-width:380px;
    background:white;
    padding:32px; /* ðŸ”¥ BelsÅ‘ pÃ¡rnÃ¡cska */
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
    box-sizing:border-box;
}

h1 {
    margin:0 0 25px 0;
    font-size:1.6rem;
    font-weight:600;
    text-align:center;
}

.input-mezo {
    margin-bottom:20px;
}

.input-mezo label {
    display:block;
    margin-bottom:6px;
    font-size:0.9rem;
    font-weight:500;
}

.input-mezo input {
    width:100%;
    padding:12px 14px; /* ðŸ”¥ extra vÃ­zszintes padding */
    border:1px solid #ccc;
    border-radius:6px;
    font-size:0.95rem;
    box-sizing:border-box; /* ðŸ”¥ kÃ¶telezÅ‘ Fluent Design elem */
    transition:all .15s ease;
}

.input-mezo input:focus {
    outline:none;
    border-color:#0066ff;
    box-shadow:0 0 0 2px rgba(0,102,255,0.15);
}

.hiba-uzenet {
    background:#ffe5e5;
    color:#b30000;
    padding:10px 12px;
    border-radius:6px;
    margin-bottom:20px;
    font-size:0.9rem;
    border:1px solid #ffcccc;
}

button {
    width:100%;
    padding:14px;
    background:#0066ff;
    color:white;
    border:none;
    border-radius:6px;
    font-size:1rem;
    font-weight:600;
    cursor:pointer;
    transition:background .15s ease;
}

button:hover {
    background:#0055d4;
}

.lablec {
    margin-top:25px;
    text-align:center;
    font-size:0.8rem;
    color:#777;
}
.login-logo {
    max-width:300px;      /* 🔥 Maximális szélesség */
    width:100%;           /* Fluid layout */
    display:block;        /* Középre igazításhoz kell */
    margin:0 auto 30px;   /* 🔥 30px párnácska alul, középre igazítva */
    padding:30px 0;       /* 🔥 30px párnácska felül és alul */
    box-sizing:border-box;
}
body {
    margin:0;
    padding:16px;
    font-family:'Montserrat', sans-serif;
    background:url('/media/kepek/hatterkepek/hatter-login.webp') no-repeat center center;
    background-size:cover; /* Asztali: teljes képernyő */
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    box-sizing:border-box;
}
