How can I go about on changing the text colour in the Enter using password page?

Sure , change the same code with this and save

.underlined-link, .customer a {
    color: #ccff00 !important;
}

and the result will be

Thanks a lot…!!!