
.login-container{
    background-color: var(--background-white);
    position: absolute;
    height: 850px;
    width: 570px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: space-evenly;
    margin: 5rem 64px;
    border-radius: 5px;

}



.login-box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 80%;
}

.login-form-new{
    width: 100%;
}
.login-h2{
    posi
    font-family: "Play", sans-serif;
    font-weight: bold;
    font-size: 36px;
    background: linear-gradient(180deg, #0C3F75 10%, #0B5ABB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    justify-self: flex-start;
}

.login-input-2{
    width: 100%;
}


.login-row-new{
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

.login-row-new label{
    color: var(--color-text-light-gray);
    font-size: larger;
    opacity: 0.7;
    margin-bottom: 0.7rem;
}

.login-row-new input {
    border: 1px solid transparent; 
    background: var(--background-light-gray);
    padding: 0.5rem;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.login-row-new input:focus {
    border-color: #99C5FF;
    box-shadow: 0 0 5px rgba(153, 197, 255, 0.5);
    background: #ffffff; 
}

.login-label{
    color: var(--color-text-light-gray);
    font-size: larger;
    opacity: 0.7;
    margin-bottom: 0.7rem;
}

.login-input {
    /* border: 1px solid transparent;  */
    background: var(--background-light-gray);
    padding: 0.5rem;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.login-input:focus {
    border-color: #99C5FF;
    box-shadow: 0 0 5px rgba(153, 197, 255, 0.5);
    background: #ffffff; 
}

.login-row-submit{
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.30);
}


.login-container-btn-submit{
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #0D4784 0%, #0F5198 100%);
    color: white;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    font-family: open-sans, sans-serif, bold;
    padding: 0.5rem;
    
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-container-btn-submit:hover{
    background: linear-gradient(180deg, #0479f5 0%, #0470e5 100%);
    transition: all 0.3s ease;
}

.login-bottom-container{
    margin: 3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#panel-operatora-link{
    position: relative;!important
    margin: 0;!important;
    top: 0;!important;
    text-align: end;
}

.panel-operatora-link-btn{
    font-size: 20px;
    text-decoration: none;
    color: #2b9bff;
}

.handlowcy-border{
    /* border: 0.5px solid #2b9bff;
    border-radius: 5px;
    padding: 0.5rem; */
    font-size: 20px;
    color: #2b9bff;
    margin: 0px 1rem;
}

.handlowcy-border a{
    text-decoration: none;
}


#production-panel{
    font-family: open-sans, sans-serif, bold;
}

#production-panel h3{
    margin-bottom: 1rem;
    color: var(--color-text-light-gray);
}

.login-panel-produkcja-powrot{
    display: flex;
    justify-content: center;

    margin-bottom: 1.5rem;

    background: linear-gradient(180deg, #0D4784 0%, #0F5198 100%);

    color: white;
    

    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    font-family: open-sans, sans-serif, bold;
    padding: 0.5rem;
    
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-panel-produkcja-powrot a{
    text-decoration: none;!important
    color: #ffffff;!important
}

/* ============================= */
/* WRAPPER RESPONSYWNY           */
/* ============================= */

.login-page-wrapper{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
}


/* ============================= */
/* RESPONSYWNOŚĆ KONTENERA      */
/* ============================= */

.login-container{
    position: fixed;          
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 100%;
    max-width: 550px;         
    
    height: auto;
    min-height: 780px;        
    
    padding: 4rem 3rem;
    margin: 0;
    
    box-sizing: border-box;
}


.rfid-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;

    z-index: 9999;
}

/* Aktywacja przez #hash */
.rfid-modal:target{
    opacity: 1;
    visibility: visible;
}

/* Okno */
.rfid-modal-box{
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    min-width: 350px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* Przycisk X */
.rfid-close{
    position: absolute;
    top: 15px;
    right: 20px;
    text-decoration: none;
    font-size: 22px;
    color: #999;
}

.rfid-close:hover{
    color: black;
}

/* KONTROLA JAKOSCI */
.nav-section-kj{
    background-color: #dedede;
    padding: 8px;
}


/* ============================= */
/* FULL HD I MNIEJSZE EKRANY    */
/* ============================= */

@media (max-width: 1920px){
    .login-container{
        transform: translate(-50%, -50%) scale(0.95);
    }
}

@media (max-width: 1600px){
    .login-container{
        transform: translate(-50%, -50%) scale(0.9);
    }
}

@media (max-width: 1366px){
    .login-container{
        transform: translate(-50%, -50%) scale(0.85);
    }
}

@media (max-width: 1200px){
    .login-container{
        max-width: 500px;
        padding: 2rem;
    }

    .login-h2{
        font-size: 30px;
    }
}

@media (max-width: 768px){
    .login-container{
        max-width: 100%;
        padding: 2rem 1.5rem;
        border-radius: 0;
    }

    .login-h2{
        font-size: 24px;
        text-align: center;
    }

    .login-bottom-container{
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .handlowcy-border{
        margin: 0;
    }
}

@media (max-width: 480px){
    .login-container{
        padding: 1.5rem 1rem;
    }

    .login-h2{
        font-size: 20px;
    }

    .login-container-btn-submit{
        font-size: 16px;
    }
}

