.password-wrap {
    position: relative;
}

.password-wrap input {
    padding-right: 48px !important;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    color: #6B7280;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.password-toggle:hover {
    color: #6305F4;
    background: rgba(99, 5, 244, .07);
    transform: translateY(-50%);
}

.password-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
}

.auth-row a {
    color: #6305F4;
    font-size: 12px;
    font-weight: 700;
}

.auth-row a:hover {
    text-decoration: underline;
}

.password-help {
    margin-top: 7px;
    color: #6B7280;
    font-size: 11px;
    line-height: 1.5;
}
