diff --git a/frontend/simple/classes/DisplayController.php b/frontend/simple/classes/DisplayController.php index 77ee7c883..4ab8b3bc9 100644 --- a/frontend/simple/classes/DisplayController.php +++ b/frontend/simple/classes/DisplayController.php @@ -627,11 +627,11 @@ class DisplayController{ // Email echo ' '; - echo ' '; + echo ' '; // Ime echo ' '; - echo ' '; + echo ' '; // RECAPTCHA if(AppSettings::getInstance()->getSetting('google-secret_captcha') !== false && AppSettings::getInstance()->getSetting('google-recaptcha_sitekey') !== false) @@ -639,11 +639,11 @@ class DisplayController{ // Geslo echo ' '; - echo ' '; + echo ' '; // Geslo2 echo ' '; - echo ' '; + echo ' '; // Strinjam se s pogoji //echo ' '; @@ -687,6 +687,10 @@ class DisplayController{ // Submit echo ' '; + // Lost pass + echo '
'.$lang['forgot_password'].'
'; + + echo ''; } @@ -736,6 +740,8 @@ class DisplayController{ echo ' '; echo ' '.str_replace('#URL#', $site_url.$this->root.'index.php?a=register', $lang['cms_login_registration_link']).''; + + echo ' '; diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 389cdaeff..a954af9c4 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -1005,10 +1005,33 @@ body.landing_page #main .landing_page_window #login_holder .login_form .lostpass line-height: 20px; } +body.landing_page #main .landing_page_window #login_holder .login_form .lostpass a { + font-weight: 400; +} /* REGISTRACIJA */ -body.landing_page #main .landing_page_window .register_window label{ +body.landing_page #main .landing_page_window .register_window { + padding: 24px 23px 25px 23px; +} +body.landing_page #main .landing_page_window .register_window a { + position: unset; + text-align: left; + text-decoration-line: underline; + text-decoration-color: #1e88e5; + font-weight: 400; + font-size: 16px; + line-height: 20px; +} + +body.landing_page #main .landing_page_window .register_window .lostpass { + position: unset; + text-align: left; + text-decoration-line: underline; + text-decoration-color: #1e88e5; + font-weight: 400; + font-size: 16px; + line-height: 20px; } \ No newline at end of file