#validDept{
    margin-top: 4px;
    margin-left: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#validName{
    margin-top: 4px;
    margin-left: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#validEmail{
    margin-top: 4px;
    margin-left: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#validEmailCfm{
    margin-top: 4px;
    margin-left: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#validPass{
    margin-top: 4px;
    margin-left: 9px;
    position: absolute;
    width: 16px;
    height: 16px;
}

.password_strength_1 {background-color: #fcb6b1;}
.password_strength_2 {background-color: #fccab1;}
.password_strength_3 {background-color: #fcfbb1;}
.password_strength_4 {background-color: #dafcb1;}
.password_strength_5 {background-color: #bcfcb1;}