label.tpassword {
    position: relative;
}
.tpassword button:focus {
    box-shadow: none;
    outline: none;
}

.tpassword button {
    position: absolute;
    right: 0;
    height: 100%;
    border: unset;
    background: transparent;
    padding: 0 10px;
    color: #555;
}