.login-input-box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 2%;
    justify-content: end;
}

.login-input-box input {
    width: 100%;
    background: none aliceblue !important;
}

.password-button {
    color: black;
    background: none;
    font-size: 1rem;
    position: absolute;
    right: 0%;
    bottom: 0%;
}

.password-button .ui-button-text {
    display: none;
}

.password-button:hover {
    background: none;
    color: #616161;
    cursor: pointer;
}

.password-button:focus {
    outline: none;
}