.password-reveal {
    font-size: 20px;
}

.password-reveal-container {
    display: flex;
    flex-direction: row;
    height: fit-content;
}

.password-reveal-container span {
    cursor: pointer;
    padding: 6px 12px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password-reveal-container input {
    flex-grow: 1;
}