/* Hide the "Secure Login Authorization" settings page from the admin menu */
li a[href="options-general.php?page=secure-login-authorization"] {
    display: none !important;
}
