.lis {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0 0;
}
.lis  i {
    margin: 0 20px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.411);
}

.lis li a {
    color: rgba(0, 0, 0, 0.411);
    font-weight: 800;
    font-size: 16px;
}
.lis li .active {
    color: black;
}
.header i {
    color: black;
}
.header.scrolled .nav-links i {
    color: white !important;
}

.page-name-head .name {
    text-align: center;
    padding: 30px 0 50px 0;
}
.nav-links a{
    color: black;
}
.icons img {
    filter: invert(100%);
}
.login-head {
    background-color: rgba(244, 244, 244, 1);
    color: black;
}
.login-head li a,
.mobile-menu-icon i {
    color: black; 
}
.login-head i {
    rotate: -90deg; 
    font-size: 10px; 
    color: black;
}
.login-head li .my-account {
    color: rgba(0, 0, 0, 0.603);
}

.login-page-header.scrolled .nav-links a{
    color: white;
    transition: 1s;
}
.login-page-header.scrolled .nav-links .active {
    color: rgb(238, 0, 0);
}
.login-page-header.scrolled .icons img {
    filter: none;
}
.login-page-header.scrolled .mobile-menu-icon i{
    color: white;
}
.login-section .container {
    flex-direction: column;
    align-items: center;
}
.form {
    display: flex;
    flex-direction: column;
}
.form h3 {
    font-weight: 100;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.452);
    margin-top: 5px;
}
.form h3 span {
    color: rgb(238, 0, 0);
    font-size: 20px;
}
input {
    width: 400px;
    padding: 18px 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.151);
    outline: none;
    margin-bottom: 10px;
}
.submit {
    width: 400px;
    border: none;
    background-color: rgba(34, 37, 41, 1);
    color: white;
    padding: 18px;
    display: block;
    cursor: pointer;
}
.form p {
    font-size: 13px;
    margin: 20px 0;
}

.password-container {
    width: 400px;
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 60%;
    right: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

@media (max-width: 768px) {
    input,
    .submit,
    .password-container {
        width: 100%;
    }
    .form {
        width: 100%;
    }
    .name {
        margin-top: 10px;
    }
    * {
        cursor: default;
    }
}