Solution:
This one login page for update css. Error page for not any filter functions more information
Add this code on your activated theme’s function.php
function my_login_custom_css() {
?>
<style type=”text/css”>
body#error-page{
background-color: #9100c0;
}
</style>
<?php }