.petbnb-registration-form .petbnb-password-input-wrap {
    position: relative;
    width: 100%;
}

.sitter-step-card .petbnb-registration-form .petbnb-password-input-wrap input[type="password"],
.sitter-step-card .petbnb-registration-form .petbnb-password-input-wrap input[type="text"] {
    padding-right: 2.75rem !important;
}

.petbnb-registration-form .petbnb-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #4b5563;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.petbnb-registration-form .petbnb-password-toggle[hidden] {
    display: none !important;
}

.petbnb-registration-form .petbnb-password-field {
    gap: 0.35rem;
}

.petbnb-registration-form .petbnb-password-help {
    margin-top: 0.1rem;
}
