/* login.css - CSS Login/Register plugin */

.lj-login-card{
    max-width:500px;
    margin:60px auto;
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.lj-login-header{
    text-align:center;
    margin-bottom:30px;
}

.lj-login-header img{
    height:60px;
    margin-bottom:15px;
}

.lj-login-header h2{
    font-size:32px;
    font-weight:800;
    margin-bottom:8px;
}

.lj-login-header p{
    color:#6b7280;
}

.lj-form-group{
    margin-bottom:20px;
}

.lj-form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.lj-form-group input{
    width:100%;
    height:52px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:0 15px;
    font-size:15px;
}

.lj-form-group input:focus{
    border-color:#e30613;
    outline:none;
}

.lj-remember{
    display:flex;
    gap:8px;
    margin-bottom:20px;
}

.lj-login-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:12px;
    background:#e30613;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
}

.lj-login-btn:hover{
    background:#c5000c;
}

.lj-register-link{
    margin-top:25px;
    text-align:center;
}

.lj-register-link a{
    color:#e30613;
    font-weight:700;
}
