.cvcrm-password-field {
    position: relative;
    display: block;
}

.cvcrm-password-field input[type="password"],
.cvcrm-password-field input[type="text"] {
    padding-right: 46px;
}

.cvcrm-password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #0f172a;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    line-height: 1;
}

.cvcrm-password-toggle svg {
    width: 20px;
    height: 20px;
    display: block;
}

.cvcrm-form .cvcrm-password-toggle {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #ffffff;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.cvcrm-form .cvcrm-password-toggle:hover {
    background: #6EC1E4;
}
