.authenticationPage .emailfield {
    background: #fff url(/static/frontend/images/icon-person.png) 20px center no-repeat;
}

.authenticationPage .passfield {
    background: #fff url(/static/frontend/images/icon-lock.png) 20px center no-repeat;
}


