<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="/updates/concrete5-8.5.4/concrete/themes/concrete/main.css" />
    
<title>Login :: Hilltop Community Church | Carson City</title>

<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="generator" content="concrete5 - 8.5.4"/>
<link rel="shortcut icon" href="https://www.hilltopchurch.net/application/files/1216/0290/4169/Hilltop_Icon.ico" type="image/x-icon"/>
<link rel="icon" href="https://www.hilltopchurch.net/application/files/1216/0290/4169/Hilltop_Icon.ico" type="image/x-icon"/>
<link rel="canonical" href="https://www.hilltopchurch.net/login">
<script type="text/javascript">
    var CCM_DISPATCHER_FILENAME = "/index.php";
    var CCM_CID = 132;
    var CCM_EDIT_MODE = false;
    var CCM_ARRANGE_MODE = false;
    var CCM_IMAGE_PATH = "/updates/concrete5-8.5.4/concrete/images";
    var CCM_TOOLS_PATH = "/index.php/tools/required";
    var CCM_APPLICATION_URL = "https://www.hilltopchurch.net";
    var CCM_REL = "";
    var CCM_ACTIVE_LOCALE = "en_US";
</script>

<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]><script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/ie/html5-shiv.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script><![endif]-->
<!--[if lt IE 9]><script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/ie/respond.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script><![endif]-->
<link href="/updates/concrete5-8.5.4/concrete/css/app.css?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9" rel="stylesheet" type="text/css" media="all">
<link href="/updates/concrete5-8.5.4/concrete/css/font-awesome.css?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9" rel="stylesheet" type="text/css" media="all">
<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/jquery.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-41726715-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-41726715-1');
</script><script id="pixel-script-poptin" src="https://cdn.popt.in/pixel.js?id=a1ab2525398fe" async="true"></script></head>
<body>

<div class="ccm-ui">

<div id="ccm-toolbar">
    <ul>
        <li class="ccm-logo pull-left"><span><img id="ccm-logo" src="/updates/concrete5-8.5.4/concrete/images/logo.svg" alt="concrete5" title="concrete5"></span></li>
            </ul>
</div>

<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
</div>
</div>

<style>
    body {
        background: url("/updates/concrete5-8.5.4/concrete/images/bg_login.png");
    }
</style>


<div class="login-page">

        <div class="col-sm-6 col-sm-offset-3">
        <h1>Sign in.</h1>
    </div>
    <div class="col-sm-6 col-sm-offset-3 login-form">
        <div class="row">
            <div class="visible-xs ccm-authentication-type-select form-group text-center">
                                <label>&nbsp;</label>
            </div>
        </div>
        <div class="row login-row">
            <div style="display: none"  class="types col-sm-4 hidden-xs">
                <ul class="auth-types">
                                                <li data-handle="concrete">
                                <i class="fa fa-user"></i>                                <span>Standard</span>
                            </li>
                                        </ul>
            </div>
            <div class="controls col-sm-12 col-xs-12">
                                        <div data-handle="concrete"
                             class="authentication-type authentication-type-concrete">
                            
<form method="post" action="https://www.hilltopchurch.net/login/authenticate/concrete">

	<div class="form-group">
		<label class="control-label" for="uName">Username</label>
		<input name="uName" id="uName" class="form-control" autofocus="autofocus" />
	</div>

	<div class="form-group">
		<label class="control-label" for="uPassword">Password</label>
		<input name="uPassword" id="uPassword" class="form-control" type="password" />
	</div>

            <div class="checkbox">
            <label>
                <input type="checkbox" name="uMaintainLogin" value="1">
                Stay signed in for 14 days            </label>
        </div>
    
	
	<div class="form-group">
		<button class="btn btn-primary">Log in</button>
		<a href="https://www.hilltopchurch.net/login/concrete/forgot_password" class="btn pull-right">Forgot Password</a>
	</div>

	<input type="hidden" name="ccm_token" value="1694499004:984bd37beab17b24ceac47c335d48324" />
	
</form>
                        </div>
                                </div>
        </div>
    </div>
     <div style="clear:both"></div>

    <style type="text/css">

        div.login-form hr {
            margin-top: 10px !important;
            margin-bottom: 5px !important;
        }

        ul.auth-types {
            margin: 20px 0px 0px 0px;
            padding: 0;
        }

        ul.auth-types > li > .fa,
        ul.auth-types > li svg,
        ul.auth-types > li .ccm-auth-type-icon {
            position: absolute;
            top: 2px;
            left: 0px;
        }

        ul.auth-types > li {
            list-style-type: none;
            cursor: pointer;
            padding-left: 25px;
            margin-bottom: 15px;
            transition: color .25s;
            position: relative;
        }

        ul.auth-types > li:hover {
            color: #cfcfcf;
        }

        ul.auth-types > li.active {
            font-weight: bold;
            cursor: auto;
        }
    </style>

    <script type="text/javascript">
        (function ($) {
            "use strict";

            var forms = $('div.controls').find('div.authentication-type').hide(),
                select = $('div.ccm-authentication-type-select > select');
            var types = $('ul.auth-types > li').each(function () {
                var me = $(this),
                    form = forms.filter('[data-handle="' + me.data('handle') + '"]');
                me.click(function () {
                    select.val(me.data('handle'));
                    if (typeof Concrete !== 'undefined') {
                        Concrete.event.fire('AuthenticationTypeSelected', me.data('handle'));
                    }

                    if (form.hasClass('active')) return;
                    types.removeClass('active');
                    me.addClass('active');
                    if (forms.filter('.active').length) {
                        forms.stop().filter('.active').removeClass('active').fadeOut(250, function () {
                            form.addClass('active').fadeIn(250);
                        });
                    } else {
                        form.addClass('active').show();
                    }
                });
            });

            select.change(function() {
                types.filter('[data-handle="' + $(this).val() + '"]').click();
            });
            types.first().click();

            $('ul.nav.nav-tabs > li > a').on('click', function () {
                var me = $(this);
                if (me.parent().hasClass('active')) return false;
                $('ul.nav.nav-tabs > li.active').removeClass('active');
                var at = me.attr('data-authType');
                me.parent().addClass('active');
                $('div.authTypes > div').hide().filter('[data-authType="' + at + '"]').show();
                return false;
            });

                    })(jQuery);
    </script>
</div>

<div class="ccm-page-background-credit" style="display:none">
    <div class="ccm-page-background-privacy-notice pull-left">
        Image served from concrete5.org. <a href="//www.concrete5.org/legal/privacy-policy" target="_blank">View Privacy Policy</a>.    </div>
    <div class="ccm-page-background-photo-credit pull-right">
        Photo Credit:        <a href="#"></a>
    </div>
</div>

</div>
</div>


<script type="text/javascript">
$(function() {

    setTimeout(function() {

        var fade_div = $('<div/>').css({
            position: 'absolute',
            top: 0,
            left: 0,
            width: '100%'
        }).prependTo('body').height('200px');

        fade_div.hide()
            .append(
            $('<img/>')
                .css({ width: '100%', height: '100%' })
                .attr('src', '/updates/concrete5-8.5.4/concrete/images/login_fade.png'))
            .fadeIn();
    }, 0);

         $(function () {
        var shown = false, info;
        $.getJSON('https://www.hilltopchurch.net/index.php/tools/required/dashboard/get_image_data', { image: '20230912.jpg' }, function (data) {
            if (shown) {
                $('div.ccm-page-background-credit').fadeIn().children().attr('href', data.link).text(data.author.join());
            } else {
                info = data;
            }
        });
        $(window).on('backstretch.show', function() {
            shown = true;

            if (info) {
                $('div.ccm-page-background-credit').fadeIn().find('div.ccm-page-background-photo-credit').children().attr('href', info.link).text(info.author.join());
            }

        });
        $.backstretch("//backgroundimages.concrete5.org/wallpaper/20230912.jpg", {
            fade: 500
        });
    });
    });
</script>


<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/backstretch.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>
<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/underscore.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>
<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/events.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>
<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/bootstrap/alert.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>
<script type="text/javascript" src="/updates/concrete5-8.5.4/concrete/js/bootstrap/transition.js?ccm_nocache=d846f33d9148b37e63b22ff9a7339155be77a7f9"></script>

</body>
</html>
