Hi,
Please remove my css code as i gave you first time and insert given below code at themes\dante\woocommerce\checkout\form-login.php.
Find this code
$info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Returning customer?', 'woocommerce' ) );
Change to
$info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Returning customer?', 'woocommerce' ) );
$info_message .= ' <a href="#" class="showlogin">' . __( 'Click here to login', 'woocommerce' ) . '</a>';
wc_print_notice( $info_message, 'notice' );
Thanks 🙂
With Best Regards
Mohammad