@charset "UTF-8";

.password-visible-toggle .eye-btn {
    position: absolute;
    top: 60%;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    color: #8BDB44;
}