$SansPro_font: "Source Sans Pro"; $max_sirina: (1160px); $black: #333333; $light_blue: #4ca0ea; $blue: #1e88e5; @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); /* Author : Nejc Kovač Urejanje landing page */ /* @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap"); */ body.landing_page #main { background-image: none; } header { height: unset; padding-top: 13px; padding-left: 0px; padding-right: 0px; max-width: 1160px; width: 95%; margin: auto; } header .logo a img { height: 45px; } .nav-desktop { align-items: center; padding-bottom: 13px; } .flag { display: flex; align-items: unset; } header nav span.menu_item{ border-bottom: unset; } .landing_page_content { font-family: "Source Sans Pro", "sans-serif"; text-align: center; color: #333333; } .landing_page_content .landing_page_title { font-weight: 300; font-size: 50px; line-height: 63px; } body.landing_page #main .app_subtitle { text-shadow: unset; color: #333333; font-weight: 400; line-height: 26px; font-size: 18px; margin-top: 25px; margin-bottom: 24px; } body.landing_page #main .landing_page_window { border: 1px solid #C4C4C4; max-width: 400px; width: unset; min-height: 327px; } body.landing_page #main .landing_page_window #login_holder .login_form { padding: 25px 23px; } body.landing_page #main .landing_page_window .tabs .tab { font-size: 16px; font-weight: 600; background-color: unset; color: #777777; height: 39px; display: flex; justify-content: center; align-items: center; } body.landing_page #main .landing_page_window .tabs .tab.active { color: #1E88E5; } body.landing_page #main .landing_page_window label { text-align: left; font-size: 16px; margin: 15px 0px 4px 0px; } .landing_page_window input[type="text"] { padding: 0px; height: 38px; max-width: 354px; } .landing_page_window input[type="password"] { padding: 0px; height: 38px; max-width: 354px; } body.landing_page #main .landing_page_window input[type="submit"] { align-self: unset; width: unset; max-width: 354px; margin: 16px 0px; font-weight: 700; padding: 12.5px 0px; line-height: 20px; } body.landing_page #main .landing_page_window #login_holder .login_form .lostpass { position: unset; text-align: left; text-decoration-line: underline; text-decoration-color: $blue; font-weight: 400; font-size: 16px; 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 { 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: $blue; 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: $blue; font-weight: 400; font-size: 16px; line-height: 20px; } footer .footer_content { max-width: $max_sirina; width: 95%; margin: auto; padding: 0px; } footer .footer_content h2 { font-family: $SansPro_font; text-transform: uppercase; font-size: 18px; line-height: 26px; font-weight: 700; margin: 0px; padding-bottom: 12px; } footer .footer_content .col a:hover{ color: $light_blue; } // footer .footer_content .col { // max-width: 290px; // } footer .footer_content .col1-flex{ display: flex; flex-direction: column; } footer .footer_content .col span{ padding: 0px 0px 12px 0px; } footer .footer_content .col a { color: $black; } footer .footer_content .col3 .social_logo_flex a:first-of-type{ margin-right: 20px; }