.bg-navbar{
    background-image: url("/static/sisote/images/background_index_f.jpg");
    background-color: #cccccc;
    background-position: 2% 70%;
    background-repeat: no-repeat;
    /* background-size: cover; */
    position: relative;
}

/* Estilo do olho do password */
span.input-group-text.eye-password{
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    cursor: pointer;
}

.eye-password svg{
    color: #198754;
    width: 20px;
    height: 20px;
    
}

.eye-password:hover svg{
    color: #157347;
}