.form-label-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding-right: 40px; /* Space for the icon */
    box-sizing: border-box;
}

.toggle-password, .toggle-confirm-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}
