Login border focus not the same with border field

To solve the issue, please add this code at the bottom of your base.css file.

.customer .field { padding-left: 0px !Important; }
.customer .field input:focus~label { left: 5px !important; }