.eye-icon {
    cursor: pointer;
    position: absolute;
    top: 52%;
    right: 15px;
    transform: translateY(0%);
    color: #808080;
    transition: color 0.3s ease;
}

.eye-icon:hover {
    color: #f37021;
}

.btn-logar {
    background-color: rgb(225, 100, 27);
    color: white;
}

.btn-logar:hover {
    background-color: rgb(225, 37, 27);
    color: white;
}