{"id":9856,"date":"2020-10-01T11:51:50","date_gmt":"2020-10-01T08:51:50","guid":{"rendered":"\/?page_id=9856"},"modified":"2022-12-21T12:10:10","modified_gmt":"2022-12-21T09:10:10","slug":"registration","status":"publish","type":"page","link":"https:\/\/fee-nord.md\/ru\/registration\/","title":{"rendered":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f"},"content":{"rendered":"     \r\n     <script>\r\n        jQuery(document).ready(function(){\r\n            var el = jQuery(\".tml-alerts\"); \r\n            if ( el.children().length == 0 ) {\r\n                el.append('<div id=\"inline_lang_sel_list\" class=\"tml lang_sel_list_horizontal\" style=\"max-width:400px;\"><ul><\/ul><\/div>');\r\n                \r\n                var ul = {};\r\n                ul.src = jQuery(\"#lang_sel_list ul\");\r\n                ul.dst = jQuery(\"#inline_lang_sel_list ul\");\r\n                \/\/ul.src.find('li.icl-ro').clone(true).show().appendTo(ul.dst); \/\/remove ro and ru language for login\r\n                \/\/ul.src.find('li.icl-ru').clone(true).appendTo(ul.dst);\r\n                jQuery(\"#inline_lang_sel_list ul li\").each( function(index){\r\n                        jQuery(this).show();\r\n                       });\r\n            }\r\n                \r\n        });\r\n     <\/script><div class=\"tml tml-register\">\n<style>\r\n\/*div#fullwidth-background {\r\n    background: url(\"\/img\/theme\/personal-account\/Personal-account.2.jpg\") no-repeat center top;\r\n}*\/\r\n\r\ndiv#fullwidth-background-effect {\r\n    background-color: rgba(255,255,255,0.9);\r\n    \/*background: url(\"\/img\/theme\/avada-pattern.png\");*\/\r\n}\r\n\r\ndiv#page {\r\n     background-color: rgba(255,255,255,0.3);\r\n     \/*box-shadow: 0px -2px 24px rgba(255,255,255,0.5);*\/\r\n}\r\n\r\n.sidebar { \/* otherwise shows defalut archive vidget even with no-sidebar layout setting *\/\r\n    display: none;\r\n}\r\n\r\n.container.grid-container {\r\n    max-width: 500px;\r\n}\r\n\r\n\/* Modern Login\/Registration Form Styling *\/\r\n.tml {\r\n    max-width: 450px;\r\n    margin: 0 auto;\r\n    padding: 25px 30px;\r\n    background: #ffffff;\r\n    border-radius: 12px;\r\n    box-shadow: 0 10px 40px rgba(14, 124, 99, 0.15);\r\n}\r\n\r\n.tml h1.entry-title {\r\n    text-align: center;\r\n    color: var(--color-5, #0E7C63);\r\n    font-size: 28px;\r\n    font-weight: 700;\r\n    margin-bottom: 20px;\r\n    padding-bottom: 10px;\r\n    border-bottom: 2px solid var(--light-bg-hover-color, #D6EEE7);\r\n    max-width: 100%;\r\n}\r\n\r\n.tml form {\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 15px;\r\n}\r\n\r\n.tml .tml-field-wrap {\r\n    position: relative;\r\n}\r\n\r\n\/* Indicator wrap - only takes space when needed *\/\r\n.tml .tml-field-wrap.tml-indicator-wrap {\r\n    display: none;\r\n    margin-bottom: 0;\r\n}\r\n\r\n.tml .tml-field-wrap.tml-indicator-wrap:not(:empty),\r\n.tml .tml-field-wrap.tml-indicator-wrap:has(*) {\r\n    display: block;\r\n    margin-bottom: 0;\r\n}\r\n\r\n.tml label {\r\n    display: block;\r\n    color: var(--item-text-color, #1F2933);\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.tml input[type=\"text\"],\r\n.tml input[type=\"email\"],\r\n.tml input[type=\"password\"] {\r\n    width: 100%;\r\n    padding: 14px 16px;\r\n    border: 2px solid var(--light-bg-hover-color, #D6EEE7);\r\n    border-radius: 8px;\r\n    font-size: 15px;\r\n    color: var(--item-text-color, #1F2933);\r\n    background-color: var(--light-bg-color, #E7F5F1);\r\n    transition: all 0.3s ease;\r\n    box-sizing: border-box;\r\n}\r\n\r\n.tml input[type=\"text\"]:focus,\r\n.tml input[type=\"email\"]:focus,\r\n.tml input[type=\"password\"]:focus {\r\n    outline: none;\r\n    border-color: var(--color-5, #0E7C63);\r\n    background-color: #ffffff;\r\n    box-shadow: 0 0 0 3px rgba(14, 124, 99, 0.1);\r\n}\r\n\r\n.tml input[type=\"text\"]::placeholder,\r\n.tml input[type=\"email\"]::placeholder,\r\n.tml input[type=\"password\"]::placeholder {\r\n    color: rgba(31, 41, 51, 0.5);\r\n}\r\n\r\n.tml .tml-submit-wrap {\r\n    margin-top: 10px;\r\n}\r\n\r\n.tml input[type=\"submit\"] {\r\n    width: 100%;\r\n    padding: 16px;\r\n    background: linear-gradient(135deg, var(--color-5, #0E7C63) 0%, var(--alt-bg-color, #0B5F4C) 100%);\r\n    color: #ffffff;\r\n    border: none;\r\n    border-radius: 8px;\r\n    font-size: 16px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n}\r\n\r\n.tml input[type=\"submit\"]:hover {\r\n    background: linear-gradient(135deg, var(--alt-bg-color, #0B5F4C) 0%, var(--color-5, #0E7C63) 100%);\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 6px 20px rgba(14, 124, 99, 0.3);\r\n}\r\n\r\n.tml input[type=\"submit\"]:active {\r\n    transform: translateY(0);\r\n}\r\n\r\n.tml .tml-rememberme {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    margin-top: 5px;\r\n}\r\n\r\n.tml .tml-rememberme input[type=\"checkbox\"] {\r\n    width: 18px;\r\n    height: 18px;\r\n    accent-color: var(--color-5, #0E7C63);\r\n    cursor: pointer;\r\n}\r\n\r\n.tml .tml-rememberme label {\r\n    margin-bottom: 0;\r\n    font-weight: 500;\r\n    cursor: pointer;\r\n}\r\n\r\n.tml .tml-user-links {\r\n    text-align: center;\r\n    margin-top: 15px;\r\n    padding-top: 15px;\r\n    border-top: 1px solid var(--light-bg-hover-color, #D6EEE7);\r\n}\r\n\r\n.tml .tml-user-links a {\r\n    color: var(--color-5, #0E7C63);\r\n    text-decoration: none;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    transition: color 0.3s ease;\r\n}\r\n\r\n.tml .tml-user-links a:hover {\r\n    color: var(--alt-bg-color, #0B5F4C);\r\n    text-decoration: underline;\r\n}\r\n\r\n\/* Alerts - only takes space when needed *\/\r\n.tml .tml-alerts {\r\n    display: none;\r\n}\r\n\r\n.tml .tml-alerts:not(:empty),\r\n.tml .tml-alerts:has(*) {\r\n    display: block;\r\n}\r\n\r\n\/* Hide language selector when alerts container is empty (only show language selector, no actual alerts) *\/\r\n.tml .tml-alerts:has(#inline_lang_sel_list):not(:has(.tml-error, .tml-message, .tml-alert, .notice, .error, .message, .updated, .success)) {\r\n    display: none;\r\n}\r\n\r\n\/* Password strength result - only takes space when visible *\/\r\n.pass-strength-result {\r\n    display: none;\r\n    margin-top: 5px;\r\n    padding: 8px 12px;\r\n    border-radius: 6px;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    text-align: center;\r\n}\r\n\r\n.pass-strength-result:not(:empty) {\r\n    display: block;\r\n    margin: 0;\r\n}\r\n\r\n.pass-strength-result.weak {\r\n    background-color: #fee2e2;\r\n    color: #991b1b;\r\n    border: 1px solid #fecaca;\r\n}\r\n\r\n.pass-strength-result.medium {\r\n    background-color: #fef3c7;\r\n    color: #92400e;\r\n    border: 1px solid #fde68a;\r\n}\r\n\r\n.pass-strength-result.strong {\r\n    background-color: #d1fae5;\r\n    color: #065f46;\r\n    border: 1px solid #a7f3d0;\r\n}\r\n\r\n\/* reCAPTCHA - only takes space when needed *\/\r\n.g-recaptcha {\r\n    display: none;\r\n    margin-top: 10px;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.g-recaptcha:empty {\r\n    display: none;\r\n}\r\n\r\n.g-recaptcha:not(:empty) {\r\n    display: block;\r\n}\r\n\r\n\/* Responsive Design *\/\r\n@media screen and (max-width: 768px) {\r\n    .tml {\r\n        padding: 30px 20px;\r\n        margin: 0 15px;\r\n    }\r\n\r\n    .tml h1.entry-title {\r\n        font-size: 24px;\r\n    }\r\n\r\n    .tml input[type=\"text\"],\r\n    .tml input[type=\"email\"],\r\n    .tml input[type=\"password\"] {\r\n        padding: 12px 14px;\r\n        font-size: 14px;\r\n    }\r\n\r\n    .tml input[type=\"submit\"] {\r\n        padding: 14px;\r\n        font-size: 15px;\r\n    }\r\n}\r\n<\/style>\r\n<div style=\"max-width:400px;\"><div class=\"tml-alerts\"><\/div><form name=\"register\" action=\"https:\/\/fee-nord.md\/ru\/registration\/\" method=\"post\" novalidate=\"novalidate\" data-ajax=\"1\">\n<input name=\"user_login\" type=\"hidden\" value=\"usera81e02d1b1ed4bbafe95c06a03037420\" id=\"user_login\">\n\n<div class=\"tml-field-wrap tml-user_email-wrap\">\n<label class=\"tml-label\" for=\"user_email\">E-mail<\/label>\n<input name=\"user_email\" type=\"email\" value=\"\" id=\"user_email\" class=\"tml-field\">\n<\/div>\n\n<div class=\"tml-field-wrap tml-user_pass1-wrap\">\n<label class=\"tml-label\" for=\"pass1\">\u041f\u0430\u0440\u043e\u043b\u044c<\/label>\n<input name=\"user_pass1\" type=\"password\" value=\"\" id=\"pass1\" autocomplete=\"off\" class=\"tml-field\">\n<\/div>\n\n<div class=\"tml-field-wrap tml-user_pass2-wrap\">\n<label class=\"tml-label\" for=\"pass2\">\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c<\/label>\n<input name=\"user_pass2\" type=\"password\" value=\"\" id=\"pass2\" autocomplete=\"off\" class=\"tml-field\">\n<\/div>\n\n<div class=\"tml-field-wrap tml-indicator-wrap\">\n<div id=\"pass-strength-result\" class=\"hide-if-no-js\" aria-live=\"polite\">\u0418\u043d\u0434\u0438\u043a\u0430\u0442\u043e\u0440 \u043d\u0430\u0434\u0451\u0436\u043d\u043e\u0441\u0442\u0438<\/div><\/div>\n\n<div class=\"tml-field-wrap tml-indicator_hint-wrap\">\n<p class=\"description indicator-hint\">\u041f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0430: \u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0437\u0430\u0434\u0430\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043b\u0438\u043d\u043e\u0439 \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 12 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432. \u0427\u0442\u043e\u0431\u044b \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043d\u0430\u0434\u0451\u0436\u043d\u0435\u0435, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0431\u0443\u043a\u0432\u044b \u0432\u0435\u0440\u0445\u043d\u0435\u0433\u043e \u0438 \u043d\u0438\u0436\u043d\u0435\u0433\u043e \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430, \u0446\u0438\u0444\u0440\u044b \u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b (\u0432\u0440\u043e\u0434\u0435 <strong>! \" ? $ % ^ &amp; ] <\/strong>).<\/p><\/div>\n\n\n<div class=\"tml-field-wrap tml-recaptcha-wrap\">\n<div class=\"g-recaptcha\" data-sitekey=\"6LfcrxgpAAAAAB4tJPikR6O1oCgcdirxOygseZWL\" data-callback=\"onSubmit\"  data-action=\"Submit\"><\/div><\/div>\n\n<input name=\"recaptcha_response\" type=\"hidden\" value=\"\">\n\n<div class=\"tml-field-wrap tml-submit-wrap\">\n<button name=\"submit\" type=\"submit\" class=\"tml-button\">\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f<\/button>\n<\/div>\n\n<input name=\"redirect_to\" type=\"hidden\" value=\"https:\/\/fee-nord.md\/ru\/auth\/?pending=activation\">\n\n<\/form>\n<ul class=\"tml-links\"><li class=\"tml-login-link\"><a href=\"https:\/\/fee-nord.md\/ru\/auth\/\">\u0412\u043e\u0439\u0442\u0438<\/a><\/li><li class=\"tml-lostpassword-link\"><a href=\"https:\/\/fee-nord.md\/ru\/lost-password\/\">\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?<\/a><\/li><\/ul><\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fee-nord.md\/ru\/registration\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fee-nord.md\/ru\/registration\/\" \/>\n<meta property=\"og:site_name\" content=\"Furnizarea Energiei Electrice Nord\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-21T09:10:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fee-nord.md\/ru\/registration\/\",\"url\":\"https:\/\/fee-nord.md\/ru\/registration\/\",\"name\":\"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord\",\"isPartOf\":{\"@id\":\"https:\/\/fee-nord.md\/ru\/#website\"},\"datePublished\":\"2020-10-01T08:51:50+00:00\",\"dateModified\":\"2022-12-21T09:10:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fee-nord.md\/ru\/registration\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fee-nord.md\/ru\/registration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fee-nord.md\/ru\/registration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fee-nord.md\/ru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fee-nord.md\/ru\/#website\",\"url\":\"https:\/\/fee-nord.md\/ru\/\",\"name\":\"Furnizarea Energiei Electrice Nord\",\"description\":\"Companie de furnizare a energiei electrice\",\"publisher\":{\"@id\":\"https:\/\/fee-nord.md\/ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fee-nord.md\/ru\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fee-nord.md\/ru\/#organization\",\"name\":\"Furnizarea Energiei Electrice Nord\",\"url\":\"https:\/\/fee-nord.md\/ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/fee-nord.md\/ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fee-nord.md\/wp-content\/uploads\/2022\/08\/Logo-Feen.4.svg\",\"contentUrl\":\"https:\/\/fee-nord.md\/wp-content\/uploads\/2022\/08\/Logo-Feen.4.svg\",\"caption\":\"Furnizarea Energiei Electrice Nord\"},\"image\":{\"@id\":\"https:\/\/fee-nord.md\/ru\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fee-nord.md\/ru\/registration\/","og_locale":"ru_RU","og_type":"article","og_title":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord","og_url":"https:\/\/fee-nord.md\/ru\/registration\/","og_site_name":"Furnizarea Energiei Electrice Nord","article_modified_time":"2022-12-21T09:10:10+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fee-nord.md\/ru\/registration\/","url":"https:\/\/fee-nord.md\/ru\/registration\/","name":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f - Furnizarea Energiei Electrice Nord","isPartOf":{"@id":"https:\/\/fee-nord.md\/ru\/#website"},"datePublished":"2020-10-01T08:51:50+00:00","dateModified":"2022-12-21T09:10:10+00:00","breadcrumb":{"@id":"https:\/\/fee-nord.md\/ru\/registration\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fee-nord.md\/ru\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fee-nord.md\/ru\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fee-nord.md\/ru\/"},{"@type":"ListItem","position":2,"name":"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f"}]},{"@type":"WebSite","@id":"https:\/\/fee-nord.md\/ru\/#website","url":"https:\/\/fee-nord.md\/ru\/","name":"Furnizarea Energiei Electrice Nord","description":"Companie de furnizare a energiei electrice","publisher":{"@id":"https:\/\/fee-nord.md\/ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fee-nord.md\/ru\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/fee-nord.md\/ru\/#organization","name":"Furnizarea Energiei Electrice Nord","url":"https:\/\/fee-nord.md\/ru\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/fee-nord.md\/ru\/#\/schema\/logo\/image\/","url":"https:\/\/fee-nord.md\/wp-content\/uploads\/2022\/08\/Logo-Feen.4.svg","contentUrl":"https:\/\/fee-nord.md\/wp-content\/uploads\/2022\/08\/Logo-Feen.4.svg","caption":"Furnizarea Energiei Electrice Nord"},"image":{"@id":"https:\/\/fee-nord.md\/ru\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/pages\/9856"}],"collection":[{"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/comments?post=9856"}],"version-history":[{"count":1,"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/pages\/9856\/revisions"}],"predecessor-version":[{"id":9857,"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/pages\/9856\/revisions\/9857"}],"wp:attachment":[{"href":"https:\/\/fee-nord.md\/ru\/wp-json\/wp\/v2\/media?parent=9856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}