html {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", serif;
}

body {
    font-family: "Roboto", serif;
    margin: 0px;
    padding: 0px;
}

::-webkit-scrollbar {
    width: 12px; 
    height: 12px; 
}

::-webkit-scrollbar-track {
    background: #f4f4f4; 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #979797, #999999);
    border-radius: 10px; 
    border: 2px solid #f4f4f4;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #7a7a7a, #808080);
}

.scrollbar {
    scrollbar-color: #0d6efd #f4f4f4;
    scrollbar-width: thin; 
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

#campo_senha{
    position: relative;
}
