<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>Sign In with Auth0</title>

    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap" rel="stylesheet">
    <script type="text/javascript">
      window.SolvvySettings = {
        offset: {
          vertical: '10px'
        }
      };
    </script>
    <style>
        * {
            box-sizing: border-box
        }

        html, body {
            width: 100%;
            height: 100%;
            background: url("https://www.enverus.com/wp-content/uploads/2022/08/MicrosoftTeams-image.png") no-repeat;
            margin: 0;
        }

        body {
            background: url("https://www.enverus.com/wp-content/uploads/2022/08/MicrosoftTeams-image.png") no-repeat;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            min-height: 500px;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 400;
        }

        .mobile nav, .mobile #learn-more, .mobile .court-text, .mobile .evolve-marketing{
            display: none;
        }

        #login {
            max-width: 1600px;
            min-height: calc(100vh - 100px);
            position: relative;
            margin: 0 auto;
        }

        .intro {
            text-align: center;
            padding: 100px 0 50px 0;
        }

        .intro h1 {
            margin: 0 0 5px 0;
        }

        .intro p {
            margin: 0;
            text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
            color: #ffffff;
            font-family: Roboto, sans-serif;
            font-size: 25.5px;
            font-weight: 500;
            line-height: 31px;
            letter-spacing: -0.136853px;
            padding-left: 23px;
        }

        @media (min-width: 1280px) {
            .intro {
                text-align: left;
                position: absolute;
                top: 150px;
                left: 150px;
                padding: 0;
            }
        }

        @media (max-width: 700px) {
            .intro {
                padding: 25px 0 15px 0;
            }
            .intro p {
                font-size: 16px;
            }

            img {
                width: 250px;
            }
        }

        .footer {
            height: 150px;
            width: 100%;
            bottom: 0px;
            right: 0px;
            left: 0px;
            position: fixed;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
        }

        .footer-text {
            bottom: 10px;
            right: 25px;
            width: 100%;
            text-align: right;
            position: fixed;
            color: #fff;
        }

        .footer-text a {
            color: #fff;
            text-decoration: underline;
        }

        .footer-text a:hover {
            text-decoration: none;
        }

        .footer-text a:after {
            content: '|';
            margin: 0 12px;
        }

        .court-text {
            display:inline-block;
        }

        @media (max-height: 800px) {
            .footer {
                position: relative;
                height: 100px;
            }

            .footer-text {
                left: 0px;
                right: 0px;
                padding: 0 25px;
                text-align: left;
                position: absolute;
            }

        }

        .container {
            text-align: center;
            z-index: 10;
        }

        @media (max-width: 700px) {
            .container {
                padding-right: 0px;
            }
        }

        @media (min-width: 1280px) {
            .container {
                position: absolute;
                top: 100px;
                right: 100px;
                text-align: right;
            }

            #auth0 .auth0-lock .auth0-lock-center {
                width: 425px;
            }

            #auth0 .auth0-lock .auth0-lock-widget {
                width: 425px;
            }
        }

        nav {
            overflow: auto;
            margin-bottom: 50px;
        }

        nav ul, nav li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        nav li {
            display: inline-block;
            margin-left: 33px;
        }

        nav li:first-child {
            margin-left: 0;
        }

        nav a {
            color: #E8944C;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            line-height: 1;
            padding: 13px 20px;
            border: 1px solid #979797;
            background: #121212;
            font-family: Arial, sans-serif;
            font-size: 16px;
            margin-bottom: 20px;
        }

        @media (max-width: 700px) {
            nav {
                margin-bottom: 10px;
            }

            nav li {
                display: inline-block;
                margin-left: 15px;
            }

            nav a {
                padding: 10px;
                font-size: 13px;
                margin-bottom: 10px;
            }
        }

        #auth0 {
            background: #D9EDDF;
            width: 100%;
            padding: 40px 20px 60px 20px;
            display: inline-block;
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.76);
            z-index: 1;
        }

        @media (max-width: 700px) {
            #auth0 {
                box-shadow: none;
                padding: 20px 20px 60px 20px;
            }

            #auth0 .auth0-lock-header-welcome .auth0-lock-name {
                font-size: 22px;
            }
        }

        #auth0 .auth0-lock {
            color: #000;
        }

        #auth0 .auth0-lock .auth0-lock-content {
            padding: 0;
        }

        #auth0 .auth0-lock .auth0-lock-cred-pane {
            height: 100%;
            border-radius: 0;
            background: transparent;
            position: relative;
        }

        #auth0 .auth0-lock .auth0-lock-alternative {
            display: block;
            margin-top: -20px;
            margin-bottom: 20px;
            text-align: right;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-header-logo {
            vertical-align: top;
            height: 24px !important;
            display: inline-block;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-header {
            text-align: center;
            padding: 0;
            height: auto;
            color: #000;
            position: relative;
            background: #D9EDDF;
            border-radius: 0px 0px 0 0;
            overflow: hidden;
            box-sizing: border-box;
        }

        #auth0 .auth0-lock-name {
            color: #000;
            font-family: Roboto, sans-serif;
            font-size: 27px;
            font-weight: 500;
            line-height: 24px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: -0.05192303px;
            margin-bottom: 15px;
            display: inline-block;
            vertical-align: top;
        }

        #auth0 .auth0-lock-name:before {
            content: '|';
            padding: 0 10px 0 0;
        }

        .auth0-lock.auth0-lock .auth0-lock-widget {
            width: 100%;
        }

        #auth0 .auth0-lock .auth0-lock-input-wrap {
            border: none !important;
            border-radius: 3px !important;
        }

        .auth0-lock-input {
            width: 100% !important;
            height: 52px !important;
            border-radius: 3px !important;
            background: #ffffff !important;
            font-size: 18px !important;
            color: #58585a !important;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-header-bg {
            display: none;
        }

        #auth0 .auth0-lock .auth0-lock-alternative .auth0-lock-alternative-link {
            color: #000;
            font-size: 14px;
        }

        #auth0 .auth0-lock .auth0-lock-input-show-password:focus + .auth0-lock-alternative {
            display: block;
        }

        #auth0 .auth0-lock .auth0-lock-error-msg {
            background: transparent;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
            margin: 0;
            border-radius: 0;
            position: relative;
            left: inherit;
            top: inherit;
            display: block;
            padding: 5px 0 0 5px;
            text-transform: uppercase;
            font-size: 10px;
            color: #000 !important;
        }

        #auth0 .auth0-lock .auth0-lock-error-msg span {
            background: transparent;
            padding: 0;
            display: inline;
            position: relative;
            border-radius: 0;
            z-index: 1;
        }

        #auth0 .auth0-lock .auth0-lock-error-msg:after {
            display: none;
        }

        #auth0 .auth0-lock .auth0-lock-submit {
            border: 0;
            padding: 0px;
            display: block;
            box-sizing: border-box;
            overflow: hidden;
            transition: 0.2s ease-in-out;
            color: #fff;
            text-transform: uppercase;
            width: 100%;
            height: 46px;
            border-radius: 3px;
            background: #3c8321;
            font-size: 17px !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            text-align: center !important;
            letter-spacing: -0.03269228px;
        }

        #auth0 .auth0-lock .auth0-lock-submit svg g {
            fill: #fff !important;
        }

        #auth0 .auth0-lock .auth0-lock-submit.logout {
            margin-top: 15px;
        }

        #auth0 .auth0-lock .auth0-label-submit {
            height: 44px;
            line-height: 44px;
        }

        #auth0 .auth0-lock .auth0-lock-input-block {
            margin-bottom: 25px;
        }

        #auth0 .auth0-lock .auth0-lock-input-wrap {
            border-radius: 0;
            border: 2px solid #f79548;
            position: relative;
            background: #ffffff;
            transition: border-color 0.8s;
        }

        #auth0 .auth0-lock .auth0-lock-input-wrap-with-icon {
            padding: 0 40px 0 0;
        }

        #auth0 .auth0-lock .auth0-lock-input-wrap-with-icon .auth0-lock-icon-box {
            width: 12px;
            height: 14px;
            top: auto;
            bottom: 14px;
            right: 14px;
            left: inherit;
        }

        #auth0 .auth0-lock .auth0-lock-form p {
            color: #000;
        }

        #auth0 .auth0-lock .auth0-lock-form .auth0-lock-check-spam-msg {
            font-size: 15px;
            font-weight: bold;
        }

        #auth0 .auth0-lock-back-button {}

        #auth0 .auth0-lock .auth0-sso-notice-container {
            background: rgba(255, 255, 255, 0.03);
            color: rgba(0, 0, 0, 0.54);
            padding: 10px 0;
            margin: 0 -20px 20px -20px;
            text-align: center;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-close-button, #auth0 .auth0-lock.auth0-lock .auth0-lock-back-button {
            box-sizing: content-box !important;
            background: #fff;
            border-radius: 100px;
            height: 10px;
            width: 10px;
            position: absolute;
            top: 0px;
            right: 0px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            color: #333;
            z-index: 100;
            border: 6px solid #fff;
            cursor: pointer;
            line-height: 0;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-back-button {
            left: 0px;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button[data-provider=""], #auth0 .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button[data-provider="auth0"] {
            background-color: #000;
        }

        #auth0 .auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-text {
            box-sizing: border-box;
            display: block;
            overflow: hidden;
            width: 100%;
            padding-left: 54px;
            padding-right: 15px;
            line-height: 40px;
            text-align: left;
            text-transform: uppercase;
            text-overflow: ellipsis;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.7px;
            color: #fff;
            white-space: nowrap;
            transition: background 0.3s;
            -webkit-transition: background 0.3s;
        }

        #help {
            width: 100%;
            position: relative;
            text-align: center;
            color: #000000;
            background: #D9EDDF;
            margin: -43px auto 25px auto;
            z-index: 2;
            font-family: Arial, sans-serif;
            font-size: 14px;
            padding: 0 16px;
        }

        #help a {
            color: #3c8321;
        }

        #help a:hover {
            text-decoration: none;
        }
      
        #intelligence {
            width: 100%;
            position: relative;
            text-align: center;
            color: #000000;
            background: #D9EDDF;
            margin: -53px auto 35px auto;
            z-index: 2;
            font-family: Arial, sans-serif;
            font-size: 14px;
            padding: 0 16px;
            display: none;
        }

        #intelligence a {
            color: #3c8321;
        }

        #intelligence a:hover {
            text-decoration: none;
        }

        #learn-more {
            text-align: center;
            color: #fff;
            width: 100%;
            height: 125px;
            background: #191919;
            padding: 20px 0;
            margin: -3px auto 0 auto;
            box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.76);
        }

        @media (max-width: 700px) {
            #learn-more {
                box-shadow: none;
            }
        }

        #learn-more p {
            color: #ffffff;
            font-family: Roboto, sans-serif;
            font-size: 19px;
            font-weight: 700;
            line-height: 23px;
            text-align: center;
            letter-spacing: -0.1019689px;
            margin-top: 0;
        }

        .evolve-marketing {
            display: none;
        }

        #learn-more a {
            display: inline-block;
            width: 253px;
            height: 42px;
            line-height: 42px;
            border-radius: 3px;
            border: solid 1px #ff8300;
            background: #ff8c00;
            font-family: Roboto, sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: -0.3069229px;
            color: #000;
            text-decoration: none;
        }

        .evolve-marketing img,
        .evolve-marketing a {
            z-index: 1;
        }

        .evolve-marketing img {
            position: absolute;
            bottom: 0px;
            left: 0px;
        }

        .evolve-marketing a {
            font-size: 25px;
            position: absolute;
            bottom: 35px;
            left: 10px;
        }

        @media screen and (max-width: 1280px) {
            .evolve-marketing {
                display: none;
            }
        }
    </style>
</head>
<body>
<!--[if IE 8]>
<script src="//cdnjs.cloudflare.com/ajax/libs/ie8/0.2.5/ie8.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="https://cdn.auth0.com/js/base64.js"></script>
<script src="https://cdn.auth0.com/js/es5-shim.min.js"></script>
<![endif]-->
<script>
  // Object.assign Polyfill
  if (typeof Object.assign != 'function') {
    // Must be writable: true, enumerable: false, configurable: true
    Object.defineProperty(Object, 'assign', {
      value: function assign(target, varArgs) { // .length of function is 2
        'use strict';
        if (target == null) { // TypeError if undefined or null
          throw new TypeError('Cannot convert undefined or null to object');
        }
        var to = Object(target);
        for (var index = 1; index < arguments.length; index++) {
          var nextSource = arguments[index];
          if (nextSource != null) { // Skip over if undefined or null
            for (var nextKey in nextSource) {
              // Avoid bugs when hasOwnProperty is shadowed
              if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) {
                to[nextKey] = nextSource[nextKey];
              }
            }
          }
        }
        return to;
      },
      writable: true,
      configurable: true
    });
  }
</script>
<script>
  if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
    document.body.classList.add("mobile");
  }
</script>
<section id="login">
    <div class="intro">
        <h1><img src="https://www.enverus.com/wp-content/uploads/2022/11/Enverus_Logo_W_AUTH0.svg" width="375px" height="100px"/></h1>
        <p>Creating the future of energy together.</p>
    </div>
    <div class="container">
        <div id="auth0">
        </div>
        <div id="intelligence">
            New to Enverus Intelligence? <a href="https://www.enverus.com/solutions/energy-analytics/ep-old/prism/intelligence/" target="_blank">Click Here</a>
        </div>
        <div id="help">
            By clicking "Sign In", I acknowledge the Enverus <a href="https://www.enverus.com/wp-content/uploads/2022/11/Enverus-New-TCs-FINAL-2023.pdf" target="_blank">Terms & Conditions</a>
        </div>
    </div>
</section>
<div class="footer">
		<div class="evolve-marketing">
        	<a href="https://go.enverus.com/l/191022/2022-03-07/n4qvs9">
      	        <img src="https://www.enverus.com/wp-content/uploads/2022/03/EVOLVE_AUTH0-banner.gif" width="600px" height="314px" />
    	    </a>
		</div>
        <div class="footer-text">
        <div class="court-text"></span>Courthouse Contractor, PayGo, or Free Trial Account: <a id="courthouse_link" href="https://app.drillinginfo.com/courthouse/login" target="_blank">Click Here</a></div>
            <a href="https://www.enverus.com/other/more-info-request/">Subscribe</a>
            <a href="https://www.enverus.com/about-enverus">About Us</a>
            <a href="https://www.enverus.com/contact-us">Contact Us</a>
            <a href="https://www.enverus.com/privacy-policy">Privacy & Terms</a>
        </div>             
</div>
<script src="https://cdn.auth0.com/js/lock/11.9/lock.min.js"></script>
<script>
  // Decode utf8 characters properly
  var config = JSON.parse(decodeURIComponent(escape(window.atob('eyJpY29uIjoiaHR0cHM6Ly93d3cuZW52ZXJ1cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjIvMTEvRW52ZXJ1c19Mb2dvX1dfQVVUSDAuc3ZnIiwiYXNzZXRzVXJsIjoiIiwiYXV0aDBEb21haW4iOiJsb2dpbi5hdXRoLmVudmVydXMuY29tIiwiYXV0aDBUZW5hbnQiOiJyc2VnIiwiY2xpZW50Q29uZmlndXJhdGlvbkJhc2VVcmwiOiJodHRwczovL2xvZ2luLmF1dGguZW52ZXJ1cy5jb20vIiwiY2FsbGJhY2tPbkxvY2F0aW9uSGFzaCI6ZmFsc2UsImNhbGxiYWNrVVJMIjoiaHR0cHM6Ly9hcHAuZHJpbGxpbmdpbmZvLmNvbS9zZWN1cmUvcmVkaXJlY3RfdXJpLyIsImNkbiI6Imh0dHBzOi8vY2RuLmF1dGgwLmNvbS8iLCJjbGllbnRJRCI6ImZNcUw2ZkxRNngxT0NweXREdmN0UTdLdUZBZ3hVa0hBIiwiZGljdCI6eyJzaWduaW4iOnsidGl0bGUiOiJEcmlsbGluZ2luZm8ifX0sImV4dHJhUGFyYW1zIjp7InByb3RvY29sIjoib2F1dGgyIiwicmVzcG9uc2VfdHlwZSI6ImNvZGUgdG9rZW4iLCJzY29wZSI6Im9wZW5pZCBwcm9maWxlIGVtYWlsIiwibm9uY2UiOiJCSHFCNXRVNUQyNXk0MUFIV1U4Y28xaDRjeDBRcnN2bUhCTHJFbnFEZGdrIiwiYXVkaWVuY2UiOiJodHRwczovL2FwaS5lbnZlcnVzLmNvbSIsIl9jc3JmIjoiVHVjelVSQnktS28waXh0OU9zaE9CaGRmaUhKQmMzTWQ0YVpBIiwiX2ludHN0YXRlIjoiZGVwcmVjYXRlZCIsInN0YXRlIjoiaEtGbzJTQllNMHAxVFRFNUxUYzVaR3M1ZURKUFZYSm5hamMxYXpObk5XZG9XWFkyT0tGdXBXeHZaMmx1bzNScFpOa2dYMUJqZDI1UWMyRTVRMlpTYjBKdVVVdExMV3hwVERWRk9EaG5jM2RITVVLalkybGsyU0JtVFhGTU5tWk1VVFo0TVU5RGNIbDBSSFpqZEZFM1MzVkdRV2Q0Vld0SVFRIn0sImludGVybmFsT3B0aW9ucyI6eyJwcm90b2NvbCI6Im9hdXRoMiIsInJlc3BvbnNlX3R5cGUiOiJjb2RlIHRva2VuIiwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCIsIm5vbmNlIjoiQkhxQjV0VTVEMjV5NDFBSFdVOGNvMWg0Y3gwUXJzdm1IQkxyRW5xRGRnayIsImF1ZGllbmNlIjoiaHR0cHM6Ly9hcGkuZW52ZXJ1cy5jb20iLCJfY3NyZiI6IlR1Y3pVUkJ5LUtvMGl4dDlPc2hPQmhkZmlISkJjM01kNGFaQSIsIl9pbnRzdGF0ZSI6ImRlcHJlY2F0ZWQiLCJzdGF0ZSI6ImhLRm8yU0JZTTBwMVRURTVMVGM1WkdzNWVESlBWWEpuYWpjMWF6Tm5OV2RvV1hZMk9LRnVwV3h2WjJsdW8zUnBaTmtnWDFCamQyNVFjMkU1UTJaU2IwSnVVVXRMTFd4cFREVkZPRGhuYzNkSE1VS2pZMmxrMlNCbVRYRk1ObVpNVVRaNE1VOURjSGwwUkhaamRGRTNTM1ZHUVdkNFZXdElRUSJ9LCJ3aWRnZXRVcmwiOiJodHRwczovL2Nkbi5hdXRoMC5jb20vdzIvYXV0aDAtd2lkZ2V0LTUuMS5taW4uanMiLCJpc1RoaXJkUGFydHlDbGllbnQiOmZhbHNlLCJhdXRob3JpemF0aW9uU2VydmVyIjp7InVybCI6Imh0dHBzOi8vbG9naW4uYXV0aC5lbnZlcnVzLmNvbSIsImlzc3VlciI6Imh0dHBzOi8vbG9naW4uYXV0aC5lbnZlcnVzLmNvbS8ifSwiY29sb3JzIjp7InBhZ2VfYmFja2dyb3VuZCI6IiMwMDAwMDAiLCJwcmltYXJ5IjoiIzYzNWRmZiJ9fQ=='))));
  config.extraParams = config.extraParams || {};
  var connection = config.connection;
  var prompt = config.prompt;
  var languageDictionary;
  var language;
  if (config.dict && config.dict.signin && config.dict.signin.title) {
    var signInTitle;
    switch (config.dict.signin.title) {
        case "Drillinginfo":
            signInTitle = "Enverus";
            break;
        case "Transform Enterprise":
            signInTitle = "Subsurface Studio";
            break;
        default:
            signInTitle = config.dict.signin.title;
    }
    var usernamePlaceholder;
    switch (config.dict.signin.title) {
         case "EnergyLink":
            usernamePlaceholder = "email";
            break;
         default:
            usernamePlaceholder = "username/email";
    }
    
    languageDictionary = {title: signInTitle, usernameOrEmailInputPlaceholder: usernamePlaceholder};
    if(config.dict.signin.title === "Exceltools" || config.dict.signin.title === "Transform Enterprise") {
      document.body.classList.add("mobile");
    } else { // Excluded ExcelTools and Transform Enterprise from adding the solvvy chatbot
        // Added a solvvy instance name to show a generic welcome message. It might change if solvvy provides with another way
        var newRelativePathQuery = window.location.pathname + window.location.search + '&/courthouse/#/';
        history.pushState(history.state, '', newRelativePathQuery);

        // Solvvy Self-Help Chatbot
        var solvvyScript = document.createElement("script");
        solvvyScript.type = "text/javascript";
        solvvyScript.src = "https://cdn.solvvy.com/deflect/customization/enverus/solvvy.js";
        document.body.appendChild(solvvyScript);
    }
    if(config.dict.signin.title === "Intelligence") {
        // help div shifted a litle bit below in order for the new intelligence div to have more space to be displayed.
        document.getElementById("help").style.margin = '-28px auto 10px auto';
        document.getElementById("intelligence").style.display = 'block';
    }
  } else if (typeof config.dict === 'string') {
    language = config.dict;
  }
  var loginHint = config.extraParams.login_hint;
  var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
    configurationBaseUrl: config.clientConfigurationBaseUrl,
    overrides: {
      __tenant: config.auth0Tenant,
      __token_issuer: config.authorizationServer.issuer
    },
    container: 'auth0',
    auth: {
      redirectUrl: config.callbackURL,
      responseType: (config.internalOptions || {}).response_type ||
      config.callbackOnLocationHash ? 'token' : 'code',
      params: config.internalOptions
    },
    assetsUrl: config.assetsUrl,
    allowedConnections: connection ? [connection] : null,
    rememberLastLogin: false,
    language: language,
    languageDictionary: Object.assign({}, languageDictionary, {
      loginSubmitLabel: 'Sign In',
      forgotPasswordAction: 'Reset Password?',
      forgotPasswordTitle: 'Reset Password',
      forgotPasswordInstructions: 'Please enter your email address. We will send you an email to reset your password. <span class="auth0-lock-check-spam-msg">If you do not get it, please check the spam/junk folder in you mailbox.</span>',
      error: {
        login: {
          password_change_required: 'Please ensure you have entered your username and password correctly.'
        }
      }
    }),
    theme: {
      logo: 'https://www.enverus.com/wp-content/uploads/2022/09/e-logo-2.svg',
      primaryColor: '#3c8321'
    },
    prefill: loginHint ? {email: loginHint, username: loginHint} : null,
    closable: false
    // uncomment if you want small buttons for social providers
    // socialButtonStyle: 'small'
  });

  if (config.auth0Tenant === 'rseg-dev') {
    document.getElementById("courthouse_link").href = "https://app.dev.drillinginfo.com/courthouse/login";
  }
  lock.show();
</script>
</body>
</html>