#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

.password-toggle {

    top: 25px !important;
}

.btn-custom {
    color: aliceblue;
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-custom:hover {
    color: orange;
}

.menu-desktop.container {
    padding-left: 0;
    padding-right: 0;
}

.header-tech {
    background-color: #0d0d0d; /* Preto para um visual "tech" */
    padding: 12px 0;
    border-bottom: 2px solid #2a2a2a;
    color: #e0e0e0;
}