File: /home/bigfreeodds/public_html/wp-content/themes/neon-kick-live/page-login.php
<?php
/**
* Template Name: Login
* data-page="login"
*
* @package NeonKickLive
*/
get_header();
?>
<div class="topbar-back">
<a class="back" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Back">‹</a>
<div class="title">LOGIN</div>
<span></span>
</div>
<div id="login-skeleton" class="auth-hero" aria-hidden="true">
<div class="skeleton skeleton-logo skeleton-logo--xl" style="margin:0 auto 6px;"></div>
<h1><span class="skeleton skeleton-text skeleton-text--med" style="width:180px;display:inline-block;"></span></h1>
<p><span class="skeleton skeleton-text skeleton-text--short" style="width:250px;display:inline-block;"></span></p>
</div>
<div id="login-content" hidden>
<?php echo do_shortcode( '[neon_login]' ); ?>
</div>
<?php get_footer(); ?>