.foodlex-login-screen{
    min-height:100vh;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:40px;
    padding:70px 9%;
    background:
        radial-gradient(circle at 10% 20%, rgba(153,220,80,.23), transparent 25%),
        radial-gradient(circle at 90% 80%, rgba(153,220,80,.28), transparent 30%),
        linear-gradient(135deg,#fbfff4,#f2ffe3,#ffffff);
}

.foodlex-login-left{
    padding:40px;
}

.foodlex-login-logo{
    display:flex;
    align-items:center;
    gap:24px;
    margin-bottom:55px;
}

.foodlex-login-logo img{
    width:560px;
    max-width:100%;
    height:auto;
    display:block;
}

.foodlex-login-logo h1{
    font-size:64px;
    margin:0;
    color:#0d3b26;
    font-weight:800;
}

.foodlex-login-logo h1 span{
    color:#4caf21;
}

.foodlex-login-logo p{
    color:#268000;
    font-size:18px;
    margin:8px 0 0;
    line-height:1.5;
}

.foodlex-login-text{
    border-top:1px solid rgba(0,0,0,.12);
    padding-top:35px;
    max-width:470px;
}

.foodlex-login-text p{
    font-size:22px;
    line-height:1.35;
    color:#1d1d1d;
    margin:0 0 12px;
}

.foodlex-login-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:26px;
    padding:52px;
    max-width:620px;
    width:100%;
    box-shadow:0 20px 55px rgba(0,0,0,.10);
}

.foodlex-login-card h2{
    text-align:center;
    font-size:38px;
    color:#063b22;
    margin:0 0 8px;
}

.foodlex-login-note{
    text-align:center;
    font-size:20px;
    color:#555;
    margin-bottom:40px;
}

.foodlex-login-label{
    display:block;
    font-size:18px;
    font-weight:600;
    margin-bottom:14px;
}

.foodlex-role-tabs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-bottom:35px;
}

.foodlex-role-tabs button{
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:18px 12px;
    font-weight:700;
    cursor:pointer;
    transition:.2s;
}

.foodlex-role-tabs button.active{
    background:#effada;
    border-color:#9bd66d;
    color:#278000;
}

.foodlex-input{
    display:flex;
    align-items:center;
    gap:16px;
    border:1px solid #ddd;
    border-radius:13px;
    padding:0 18px;
    margin-bottom:20px;
    height:68px;
    background:#fff;
}

.foodlex-input span{
    font-size:22px;
}

.foodlex-input input{
    border:0;
    outline:0;
    width:100%;
    font-size:18px;
    background:transparent;
}

.foodlex-login-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:22px 0 30px;
    color:#555;
}

.foodlex-login-row a,
.foodlex-contact a{
    color:#2e9b12;
    text-decoration:none;
    font-weight:600;
}

.foodlex-signin-btn{
    width:100%;
    height:68px;
    border:0;
    border-radius:12px;
    background:linear-gradient(135deg,#5fc432,#329b14);
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(68,170,34,.25);
}

.foodlex-contact{
    text-align:center;
    margin:30px 0 0;
    color:#555;
}

.foodlex-login-error{
    background:#ffe8e8;
    color:#b00020;
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:22px;
    font-weight:600;
}
