.modal-login {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-items: center;
}

.modal-content-login {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    width: 350px;
    max-width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    position: relative;
}

.close-login {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
