{"id":83,"date":"2026-01-13T02:02:57","date_gmt":"2026-01-13T02:02:57","guid":{"rendered":"https:\/\/shanecherry.com\/?page_id=83"},"modified":"2026-01-13T03:28:24","modified_gmt":"2026-01-13T03:28:24","slug":"login","status":"publish","type":"page","link":"https:\/\/shanecherry.com\/?page_id=83","title":{"rendered":"Login"},"content":{"rendered":"\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Login | ShaneCoin<\/title>\n    <meta name=\"description\" content=\"Login to your ShaneCoin account to access your crypto wallet, trade tokens, and connect with other members.\">\n    \n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); min-height: 100vh; color: #fff; display: flex; align-items: center; justify-content: center; }\n        \n        .login-container { width: 100%; max-width: 450px; padding: 20px; }\n        \n        .login-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 40px; backdrop-filter: blur(10px); }\n        \n        .logo { text-align: center; margin-bottom: 30px; }\n        .logo h1 { font-size: 2.5em; background: linear-gradient(90deg, #00d4ff, #7b2cbf); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n        .logo p { color: #888; margin-top: 10px; }\n        \n        .wallet-icon { font-size: 4em; text-align: center; margin-bottom: 20px; }\n        \n        \/* Ultimate Member Form Styling Override *\/\n        .um-form { background: transparent !important; }\n        .um-form input[type=\"text\"],\n        .um-form input[type=\"email\"],\n        .um-form input[type=\"password\"] {\n            width: 100% !important;\n            padding: 15px 20px !important;\n            border: 1px solid rgba(255,255,255,0.2) !important;\n            border-radius: 10px !important;\n            background: rgba(255,255,255,0.05) !important;\n            color: #fff !important;\n            font-size: 1em !important;\n            margin-bottom: 15px !important;\n            transition: border-color 0.3s !important;\n        }\n        .um-form input:focus {\n            outline: none !important;\n            border-color: #00d4ff !important;\n        }\n        .um-form input::placeholder { color: #888 !important; }\n        .um-form label { color: #aaa !important; margin-bottom: 8px !important; display: block !important; }\n        \n        .um-form .um-button {\n            width: 100% !important;\n            padding: 15px !important;\n            background: linear-gradient(90deg, #00d4ff, #7b2cbf) !important;\n            border: none !important;\n            border-radius: 10px !important;\n            color: #fff !important;\n            font-size: 1.1em !important;\n            font-weight: bold !important;\n            cursor: pointer !important;\n            transition: transform 0.2s, box-shadow 0.2s !important;\n        }\n        .um-form .um-button:hover {\n            transform: scale(1.02) !important;\n            box-shadow: 0 5px 25px rgba(0,212,255,0.4) !important;\n        }\n        \n        .um-form a { color: #00d4ff !important; }\n        .um-form .um-link { color: #00d4ff !important; text-decoration: none !important; }\n        .um-form .um-link:hover { text-decoration: underline !important; }\n        \n        \/* Custom form if not using UM shortcode *\/\n        .custom-form label { color: #aaa; margin-bottom: 8px; display: block; font-size: 0.9em; }\n        .custom-form input {\n            width: 100%;\n            padding: 15px 20px;\n            border: 1px solid rgba(255,255,255,0.2);\n            border-radius: 10px;\n            background: rgba(255,255,255,0.05);\n            color: #fff;\n            font-size: 1em;\n            margin-bottom: 20px;\n            transition: border-color 0.3s;\n        }\n        .custom-form input:focus { outline: none; border-color: #00d4ff; }\n        .custom-form input::placeholder { color: #666; }\n        \n        .btn {\n            width: 100%;\n            padding: 15px;\n            background: linear-gradient(90deg, #00d4ff, #7b2cbf);\n            border: none;\n            border-radius: 10px;\n            color: #fff;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        .btn:hover { transform: scale(1.02); box-shadow: 0 5px 25px rgba(0,212,255,0.4); }\n        \n        .divider { display: flex; align-items: center; margin: 25px 0; }\n        .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.2); }\n        .divider span { padding: 0 15px; color: #888; font-size: 0.9em; }\n        \n        .links { text-align: center; margin-top: 25px; }\n        .links a { color: #00d4ff; text-decoration: none; margin: 0 10px; font-size: 0.9em; }\n        .links a:hover { text-decoration: underline; }\n        \n        .features { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,0.1); }\n        .feature { text-align: center; padding: 15px; background: rgba(255,255,255,0.03); border-radius: 10px; }\n        .feature-icon { font-size: 1.5em; margin-bottom: 8px; }\n        .feature-text { color: #888; font-size: 0.8em; }\n        \n        .remember-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }\n        .remember-row label { color: #888; font-size: 0.9em; display: flex; align-items: center; gap: 8px; }\n        .remember-row input[type=\"checkbox\"] { accent-color: #00d4ff; }\n        .remember-row a { color: #00d4ff; font-size: 0.9em; text-decoration: none; }\n        \n        .alert { padding: 15px; border-radius: 10px; margin-bottom: 20px; }\n        .alert-error { background: rgba(231,76,60,0.2); border: 1px solid #e74c3c; color: #e74c3c; }\n        .alert-success { background: rgba(46,204,113,0.2); border: 1px solid #2ecc71; color: #2ecc71; }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"login-container\">\n        <div class=\"login-box\">\n            <div class=\"logo\">\n                <div class=\"wallet-icon\">\ud83d\udd10<\/div>\n                <h1>ShaneCoin<\/h1>\n                <p>Login to your account<\/p>\n            <\/div>\n            \n            <!-- Ultimate Member Login Shortcode -->\n            <!-- Replace this comment with: [ultimatemember form_id=\"YOUR_LOGIN_FORM_ID\"] -->\n            <!-- Or use the default: [um_loggedin] [\/um_loggedin] -->\n            \n            <!-- Fallback Custom Form (will be replaced by UM shortcode) -->\n            <form class=\"custom-form\" id=\"loginForm\">\n                <div>\n                    <label for=\"username\">Username or Email<\/label>\n                    <input type=\"text\" id=\"username\" name=\"username\" placeholder=\"Enter your username or email\" required>\n                <\/div>\n                \n                <div>\n                    <label for=\"password\">Password<\/label>\n                    <input type=\"password\" id=\"password\" name=\"password\" placeholder=\"Enter your password\" required>\n                <\/div>\n                \n                <div class=\"remember-row\">\n                    <label>\n                        <input type=\"checkbox\" name=\"remember\"> Remember me\n                    <\/label>\n                    <a href=\"\/password-reset\">Forgot password?<\/a>\n                <\/div>\n                \n                <button type=\"submit\" class=\"btn\">\ud83d\udd13 Login<\/button>\n            <\/form>\n            \n            <div class=\"divider\"><span>New to ShaneCoin?<\/span><\/div>\n            \n            <div class=\"links\">\n                <a href=\"\/register\">\ud83d\udcdd Create Account<\/a>\n            <\/div>\n            \n            <div class=\"features\">\n                <div class=\"feature\">\n                    <div class=\"feature-icon\">\ud83d\udcb0<\/div>\n                    <div class=\"feature-text\">Free Wallet<\/div>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\">\ud83d\udd04<\/div>\n                    <div class=\"feature-text\">Trade Tokens<\/div>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"feature-text\">P2P Trading<\/div>\n                <\/div>\n                <div class=\"feature\">\n                    <div class=\"feature-icon\">\ud83d\udd12<\/div>\n                    <div class=\"feature-text\">Secure<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Login | ShaneCoin \ud83d\udd10 ShaneCoin Login to your account Username or Email Password Remember me Forgot password? \ud83d\udd13 Login New to ShaneCoin? \ud83d\udcdd Create Account \ud83d\udcb0 Free Wallet \ud83d\udd04 Trade Tokens \ud83e\udd1d P2P Trading \ud83d\udd12 Secure<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shanecherry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=83"}],"version-history":[{"count":2,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions"}],"predecessor-version":[{"id":115,"href":"https:\/\/shanecherry.com\/index.php?rest_route=\/wp\/v2\/pages\/83\/revisions\/115"}],"wp:attachment":[{"href":"https:\/\/shanecherry.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}