#validate_password {
    position: relative;
    margin-top: 10px;
}

#validate_password p {
    font-weight: normal;
    font-size: var(--fontSubText) !important;
}

#validate_confirm_password {
    position: relative;
}

.icon-fa-fa {
    position: absolute;
    cursor: pointer;
    font-size: var(--fontSubText) !important;
    /* z-index: 1; */
}

.groupIcon{
    position: relative;
}
.fa-password {
    top: 9px;
    right: 1rem;
}
.fa-passwordEM{
    top:6px;
    right: 2rem;
}
.fa-confirm-passwordEM{
    top:6.5px;
    right: 2rem;
}

.fa-confirm-password {
    top: 6.5px;
    right: 1rem;
}