<?php
add_action( 'login_head', function () {
	echo '<style>.forgetmenot { display: none !important }</style>';
} );