html { height: 100%; } body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; min-height: 100dvh; background-color: #aea7a6; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; } @media (max-width: 1024px) { body { background-image: url(/cdn/pix/bg-1024.jpg); } } @media (min-width: 1025px) and (max-width: 1440px) { body { background-image: url(/cdn/pix/bg-1440.jpg); } } @media (min-width: 1441px) and (max-width: 1920px) { body { background-image: url(/cdn/pix/bg-1920.jpg); } } @media (min-width: 1921px) { body { background-image: url(/cdn/pix/bg-2560.jpg); } } .hidden { display: none; } form.login-form { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); width: 90%; max-width: 450px; margin: 20px; margin-top:0px; position: relative; z-index: 10; } h1 { color: #333; text-align: center; margin-top: 0; } h1.nopolo { float: left; } h2 { color: #333; text-align: center; font-size: 17px; display: block; } label { display: block; margin-top: 20px; color: #666; font-weight: 400; font-weight: 700; } input[type="email"], input[type="text"], input[type="password"], button[type="submit"] { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ddd; border-radius: 4px; box-sizing: border-box; } button[type="submit"] { width: 100%; padding: 12px 14px; margin-top: 10px; background-color: #25bcc0; color: #ffffff; border: none; border-radius: 4px; box-sizing: border-box; font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color 0.2s ease, box-shadow 0.2s ease; } button[type="submit"]:hover { background-color: #1d9ca0; } button[type="submit"]:focus { outline: none; box-shadow: 0 0 0 3px rgba(37, 188, 192, 0.35); } button[type="submit"]:disabled { background-color: #9fdde0; cursor: not-allowed; opacity: 0.8; } .g-recaptcha { margin-top: 20px; } .g-recaptcha { min-height: 80px; } .g-recaptcha-cont-with-spacer { min-height: 100px; } .cloudflare-recaptcha-cont-with-spacer { min-height: 80px; margin-top:10px; } .lost_pass_links { padding-top: 20px; } .lost_pass_links a { display: inline-block; padding-right: 20px; color: #5d5d5d; } #verification_code { width: 83px; text-align: center; padding: 5px 0px; font-size: 18px; border: 0px; border-bottom: 1px solid gray; } #password-requirements { text-align: left; min-height: 40px; } .norm { font-weight: normal; } h1 span.colors { text-align: center; padding: 10px 0 9px; margin: 0; font-family: 'LXGW WenKai Mono TC', 'Courier New', Courier, monospace; letter-spacing: 0.15em; font-weight: bold; -webkit-text-stroke: 0.5px currentColor; } h1 span.colors span:nth-child(1), h1 span.colors span:nth-child(6) { color: #234c91; } h1 span.colors span:nth-child(2), h1 span.colors span:nth-child(7) { color: #f98f21; } h1 span.colors span:nth-child(3), h1 span.colors span:nth-child(8) { color: #25bcc0; } h1 span.colors span:nth-child(4), h1 span.colors span:nth-child(9) { color: #d71919; } h1 span.colors span:nth-child(5), h1 span.colors span:nth-child(10) { color: #ffc95b; } h1 span.colors span { display: inline-block; opacity: 0; animation: waveFade 1.2s 1 ease-out forwards; } h1 span.colors span:nth-child(1) { animation-delay: 0.1s; } h1 span.colors span:nth-child(2) { animation-delay: 0.2s; } h1 span.colors span:nth-child(3) { animation-delay: 0.3s; } h1 span.colors span:nth-child(4) { animation-delay: 0.4s; } h1 span.colors span:nth-child(5) { animation-delay: 0.5s; } h1 span.colors span:nth-child(6) { animation-delay: 0.6s; } h1 span.colors span:nth-child(7) { animation-delay: 0.7s; } h1 span.colors span:nth-child(8) { animation-delay: 0.8s; } h1 span.colors span:nth-child(9) { animation-delay: 0.9s; } @keyframes waveFade { 0% { transform: translateY(10px); opacity: 0; } 50% { opacity: 0.5; } 100% { transform: translateY(0); opacity: 1; } } .c { text-align: center; } .login_spacer { width: 100%; margin: 10px 0px; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; -webkit-text-fill-color: #000 !important; } input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="email"]:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; -webkit-text-fill-color: #000 !important; } .password-container { position: relative; width: 100%; margin-top: 10px; } .password-container input { width: 100%; padding-right: 40px; box-sizing: border-box; } .toggle-password { border: none; cursor: pointer; padding: 0; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center; background-size: 30px 30px; outline: none; margin-left: 10px; } .toggle-password:focus { outline: none; } label { display: block; } .eye_cont { display: flex; align-items: center; width: 100%; } .eye_cont input[type="password"] { padding-right: 40px; box-sizing: border-box; } .toggle-password { width: 30px; height: 30px; background: none; border: none; cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: 30px 30px; outline: none; margin-left: -35px; } .eye-icon { background-image: url('/cdn/pix/svg/eye-closed.svg'); } .lang-toggle { float: right; display: flex; align-items: center; gap: 8px; padding: 4px 8px; font-size: 14px; background: #f0f7f7; border-radius: 6px; width: 160px; } #notLoginHamburgerToggleCont{ padding-top:20px; } #notLoginHamburgerToggleCont .lang-toggle{ float:left; } #notLoginHamburgerToggleCont .hamburger span:nth-child(1) { background-color: #5b84c4; } #notLoginHamburgerToggleCont .hamburger span:nth-child(2) { background-color: #7bd6d9; } #notLoginHamburgerToggleCont .hamburger span:nth-child(3) { background-color: #e86b6b; } .lang-btn { background: transparent; border: 0; padding: 4px 8px; cursor: pointer; color: #444; font-weight: 500; border-radius: 4px; transition: color 0.15s ease, background 0.15s ease; } .lang-btn:hover { color: #25bcc0; } .lang-btn:focus-visible { outline:2px solid #25bcc0; outline-offset:2px; } .lang-btn.active { color: #ffffff; background: #25bcc0; font-weight: 600; } .lang-sep { color: #666; user-select: none; } .login-tabs { display: fleX; justify-content: space-around; border-bottom: 1px solid #ddd; margin: 20px 0; float: none; clear: both; } .link_call_pages { text-decoration: none; color: #666; padding: 10px 5px; font-size: 14px; font-weight: 500; flex: 1; text-align: center; transition: all 0.3s ease; border-bottom: 3px solid transparent; } .link_call_pages:hover { color: #45b3b3; } .link_call_pages.active { color: #45b3b3; border-bottom: 3px solid #45b3b3; color: #d71919; border-bottom: 3px solid #d71919; font-weight: 700; } #user_message{clear:both;} .norm{font-weight:normal;} .show{display:block;} .showInline{display:inline-block;} .ital{font-style: italic;} .loginh2tab{text-align:left;display:none;} .ml17{margin-left: 17px;} .hide{display:none;} .r{color:red;}.b{font-weight:bold;} .g{color:green;} .error{border:1px solid red !important;} input{border:1px solid gray;} .hamburger { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 10px; z-index: 100; } .hamburger span { width: 34px; height: 5px; background-color: #ffffff; background-color: red; display: block; border-radius: 2px; opacity: 0.75; border-radius: 2px; } .nav-overlay { height: 100%; width: 0; position: fixed; z-index: 2000; top: 0; left: 0; background-color: rgba(35, 76, 145, 0.98); overflow-x: hidden; transition: 0.4s; display: flex; align-items: center; justify-content: center; } .nav-overlay.active { width: 100%; } .nav-content ul { list-style: none; padding: 0; text-align: center; } .nav-content li { padding: 15px; } .nav-content a { font-size: 2rem; color: white; text-decoration: none; font-family: 'Arial', sans-serif; transition: 0.3s; } .nav-content a:hover { color: #25bcc0; } .close-btn { position: absolute; top: 20px; right: 45px; font-size: 60px; color: white; background: none; border: none; cursor: pointer; } @media (min-width: 769px) { .hamburger { position: fixed; top: 25px; right: 25px; } .top-bar { display: block; } } @media (max-width: 768px) { body { align-items: flex-start; padding-top: 3vh; } form.login-form { margin-top: 0; } .top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .hamburger { position: static; padding: 4px 0; } .lang-toggle { float: none; margin: 0; } h1.nopolo { float: none; clear: both; text-align: center; padding-top: 20px; } .hamburger span:nth-child(1) { background-color: #5b84c4; } .hamburger span:nth-child(2) { background-color: #7bd6d9; } .hamburger span:nth-child(3) { background-color: #e86b6b; } .hamburger span { width: 25px; height: 3px; } } @media (max-width: 460px) { form { width: 100%; margin: 20px; } } #save-preferences{margin-top: 20px; padding: 5px 10px;} .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #f98f21; color: #fff; padding: 15px; z-index: 9999; font-size: 14px; transform: translateY(100%); transition: transform 0.4s ease-out; transition: transform 0.35s cubic-bezier(.4,0,.2,1); } .cookie-banner.show { transform: translateY(0); } .cookie-banner a{color:white;} .cookie-content { max-width: 900px; margin: auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .cookie-actions button { margin-left: 10px; padding: 8px 14px; border: none; cursor: pointer; } .panageprefinline{display:inline-block;text-decoration:underline;} @media( max-width:440px ){ .cookie-actions button { margin-bottom:11px; } #accept-all,#reject-optional{ display:none; } .cookie-banner{ padding:5px; padding-bottom:0px; } .cookie-actions button,.cookie-content p{margin:5px } .cookie-actions button{display:none;} } .cookie-modal { position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: flex; justify-content: center; align-items: center; z-index: 10000; } .cookie-modal-content { background: #fff; padding: 25px; max-width: 500px; width: 90%; } .hidden { display: none; } #nopolo-contact-form { max-width: 1000px; width: 700px; margin: 50px auto; padding: 30px; margin-top:10px; background: #ffffff; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); box-sizing: border-box; text-align: left; } @media( max-width:900px ){ #nopolo-contact-form { max-width: 90%; } } #nopolo-contact-form h2 { margin: 0 0 25px 0; font-size: 1.5rem; color: #234c91; border-bottom: 2px solid #25bcc0; padding-bottom: 10px; line-height: 1.2; } #nopolo-contact-form .form-row { margin-bottom: 18px; display: block; width: 100%; } #nopolo-contact-form label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 0.95rem; color: #444; } #nopolo-contact-form input[type="text"], #nopolo-contact-form input[type="email"], #nopolo-contact-form input[type="tel"], #nopolo-contact-form textarea { width: 100% !important; display: block; padding: 12px 15px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; font-family: sans-serif; background-color: #fff; color: #333; box-sizing: border-box; margin: 0; transition: border-color 0.2s; } input.input_r{border:1px solid red !important;background-color: #fff5f5 !important;} #nopolo-contact-form input:focus, #nopolo-contact-form textarea:focus { border-color: #234c91; outline: none; background-color: #fff; } #nopolo-contact-form #submitBtn { background-color: #25bcc0; color: #fff; border: none; padding: 16px; font-size: 1rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border-radius: 4px; width: 100%; margin-top: 10px; transition: background 0.3s ease; } #nopolo-contact-form #submitBtn:hover { background-color: #234c91; } #nopolo-contact-form .server-error { background-color: #fff5f5; color: #d71919; padding: 12px; border-left: 4px solid #d71919; margin-bottom: 20px; font-size: 0.9rem; } #nopolo-contact-form .server-success { background-color: #f0fff4; color: #1a7f37; padding: 12px; border-left: 4px solid #1a7f37; margin-bottom: 20px; font-size: 0.9rem; } #nopolo-contact-form label.r,.r{color:red;} 