.container-header{
    background:#5b006b !important;
}

.mod-menu{
    display:flex;
    gap:30px;
}

.mod-menu a{
    color:white !important;
    font-weight:600;
    text-decoration:none;
}

.mod-menu a:hover{
    color:#f2d7ff !important;
}.navbar-brand img{
    height: 150px !important;
    width: auto !important;
}
}.partyverse-footer{
    background:#5b006b;
    color:white;
    padding:60px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:40px;
}

.partyverse-footer h3,
.partyverse-footer h4{
    margin-bottom:15px;
}

.partyverse-footer p{
    margin:8px 0;
}.login-page{
    max-width:700px;
    margin:auto;
    padding:80px 20px;
}

.login-page h1{
    color:#5b006b;
    margin-bottom:10px;
}

.login-page p{
    color:#666;
    margin-bottom:40px;
}

.login-box{
    background:#efc7eb;
    padding:40px;
    border-radius:12px;
}

.login-box label{
    display:block;
    margin-top:15px;
    margin-bottom:8px;
    font-weight:600;
}

.login-box input[type=email],
.login-box input[type=password]{

    width:100%;
    padding:12px;
    border:none;
    border-radius:6px;
}

.remember{
    margin-top:20px;
    display:flex;
    gap:10px;
    align-items:center;
}

.login-box button{

    margin-top:20px;
    width:100%;
    background:#5b006b;
    color:white;
    border:none;
    padding:14px;
    border-radius:6px;
    cursor:pointer;
}

.register-link{

    margin-top:20px;
    text-align:center;
}

.register-link a{
    color:#5b006b;
    text-decoration:none;
    font-weight:600;
  
  pointer-events:none;
