CINXE.COM

Log in to Kia Account

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" class="login-pf" lang="en" > <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <meta name="viewport" content="width=device-width,initial-scale=1"/> <title>Log in to Kia Account</title> <link rel="icon" href="/auth/resources/19ggl/login/kia-account-2022/img/favicon.ico?v=2" /> <!-- OneTrust Cookies Consent Notice start for eu-account.kia.com --> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/dea61314-e1fe-4d63-8605-6b28e56f24ea/OtAutoBlock.js?v=1" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?v=1" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="dea61314-e1fe-4d63-8605-6b28e56f24ea" ></script> <script type="text/javascript">function OptanonWrapper() { }</script> <!-- OneTrust Cookies Consent Notice end for eu-account.kia.com --> <link href="/auth/resources/19ggl/login/kia-account-2022/node_modules/bootstrap/dist/css/bootstrap.css?v=10" rel="stylesheet" /> <link href="/auth/resources/19ggl/login/kia-account-2022/css/kia-login-2022.css?v=10" rel="stylesheet" /> <script src="/auth/resources/19ggl/login/kia-account-2022/node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script> <script src="/auth/resources/19ggl/login/kia-account-2022/node_modules/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> <script src="/auth/resources/19ggl/login/kia-account-2022/js/utils.js?v=3" type="text/javascript"></script> <script src="/auth/resources/19ggl/login/kia-account-2022/js/css-vars-ponyfill.js" type="text/javascript"></script> <script type="text/javascript"> cssVars({}); const bgImgPath = []; bgImgPath[0] = [ "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-1.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-2.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-3.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-4.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-5.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-6.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-600x400-7.jpg?v=3" ]; bgImgPath[1] = [ "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-1.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-5.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-7.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-4.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-5.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-1.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-410x550-7.jpg?v=3" ]; bgImgPath[2] = [ "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-1.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-2.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-3.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-4.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-5.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-3.jpg?v=3" , "/auth/resources/19ggl/login/kia-account-2022/img/kia-860x540-7.jpg?v=3" ] $(document).ready(function () { initImgSrc(); startShowBGImgs(); let NORMAL_BODY_FONT_SIZE = 14; if(parseInt(window.getComputedStyle(document.body, null).getPropertyValue('font-size'), 10) > NORMAL_BODY_FONT_SIZE){ //console.log("change font size") let currentFontSize = parseInt(window.getComputedStyle(document.body, null).getPropertyValue('font-size'), 10); let mainFontSize = NORMAL_BODY_FONT_SIZE; let mainLineHeight = 18; let ratioNum = mainFontSize/currentFontSize; let newFontSize = Math.round(mainFontSize * ratioNum); let newLineHeight = Math.round(mainLineHeight * ratioNum); let mainH2FontSize = 22; let mainH2LineHeight = 28; let newH2FontSize = Math.round(mainH2FontSize * ratioNum); let newH2LineHeight = Math.round(mainH2LineHeight * ratioNum); let mainSpanInfoFontSize = 10; let mainSpanInfoLineHeight = 12; let newSpanInfoFontSize = Math.round(mainSpanInfoFontSize * ratioNum); let newSpanInfoLineHeight = Math.round(mainSpanInfoLineHeight * ratioNum); let mainGlyphiconLineHeight = 34; let newGlyphiconLineHeight = Math.round(mainGlyphiconLineHeight * ratioNum); newFontSize += "px"; newLineHeight += "px"; newH2FontSize += "px"; newH2LineHeight += "px"; newSpanInfoFontSize += "px"; newSpanInfoLineHeight += "px"; $("body").css("font-size", newFontSize); $("a").css("font-size", newFontSize); $("button").css("font-size", newFontSize); $("input").css("font-size", newFontSize); $("body").css("line-height", newLineHeight); $("a").css("line-height", newLineHeight); $("button").css("line-height", newLineHeight); $("input").css("line-height", newLineHeight); $("h2").css("font-size", newH2FontSize); $("h2").css("line-height", newH2LineHeight); $("span.info").css("font-size", newSpanInfoFontSize); $("span.info").css("line-height", newSpanInfoLineHeight); $("span.error").css("font-size", newSpanInfoFontSize); $("span.error").css("line-height", newSpanInfoLineHeight); $("span.glyphicon").css("font-size", newFontSize); $("span.glyphicon").css("line-height", newLineHeight); //console.log($("body").css("font-size")); } var year = new Date().getFullYear(); var copyrightText = "漏 " + year + " Kia Corporation"; document.getElementById("copyrightText").innerHTML = copyrightText; }); function initImgSrc() { $("#BG_Img11").attr("src", bgImgPath[0][0]); $("#BG_Img21").attr("src", bgImgPath[1][0]); $("#BG_Img31").attr("src", bgImgPath[2][0]); } function startShowBGImgs() { const bgImgList = []; bgImgList[0] = {idx:1, interval:3000, idPrefix:"#BG_Img1"}; bgImgList[1] = {idx:1, interval:5000, idPrefix:"#BG_Img2"}; bgImgList[2] = {idx:1, interval:7000, idPrefix:"#BG_Img3"}; for (let i = 0; i < bgImgList.length; i++) { const bgImgDic = bgImgList[i]; //var intervalTime = Math.round(Math.random() * 6000 + 3000); setInterval(function () { let curIdx = bgImgDic.idx; var nextIdx = bgImgDic.idx + 1; if (nextIdx === 8) { nextIdx = 1; } bgImgDic.idx = nextIdx; // Get Img let nextImgId = bgImgDic.idPrefix + nextIdx; if ($(nextImgId).attr("src") == "") { $(nextImgId).attr("src", bgImgPath[i][nextIdx - 1]); } $(bgImgDic.idPrefix + curIdx).fadeTo(1000, 0.0); $(bgImgDic.idPrefix + nextIdx).fadeTo(1000, 1.0); }, bgImgDic.interval); } } </script> <style> .dropdown-content { display: none; position: absolute; right: 0; text-align: right; /*background-color: rgba(235,236,238,0.9);*/ background-color: rgba(255,255,255,0.9); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; max-height: 300px; overflow: auto; } .dropdown-content a { color: #05141f; margin: 3px; padding: 5px 16px; text-decoration: none; display: block; } .dropdown-content a:hover { color: white; margin: 3px; background-color: #05141F; } .dropdown:hover .dropdown-content { display: block; } #BG_Img1 , #BG_Img2 , #BG_Img3 { transition : none; } html,body { text-size-adjust: none; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -moz-text-size-adjust: none; } </style> </head> <body class=""> <main> <section class="background"> <div class="image image1"> <img id="BG_Img11" src="" class="visible"> <img id="BG_Img12" src="" class="visible" style="display:none;"> <img id="BG_Img13" src="" class="visible" style="display:none;"> <img id="BG_Img14" src="" class="visible" style="display:none;"> <img id="BG_Img15" src="" class="visible" style="display:none;"> <img id="BG_Img16" src="" class="visible" style="display:none;"> <img id="BG_Img17" src="" class="visible" style="display:none;"> </div> <div class="image image2"> <img id="BG_Img21" src="" class="visible"> <img id="BG_Img22" src="" class="visible" style="display:none;"> <img id="BG_Img23" src="" class="visible" style="display:none;"> <img id="BG_Img24" src="" class="visible" style="display:none;"> <img id="BG_Img25" src="" class="visible" style="display:none;"> <img id="BG_Img26" src="" class="visible" style="display:none;"> <img id="BG_Img27" src="" class="visible" style="display:none;"> </div> <div class="image image3"> <img id="BG_Img31" src="" class="visible"> <img id="BG_Img32" src="" class="visible" style="display:none;"> <img id="BG_Img33" src="" class="visible" style="display:none;"> <img id="BG_Img34" src="" class="visible" style="display:none;"> <img id="BG_Img35" src="" class="visible" style="display:none;"> <img id="BG_Img36" src="" class="visible" style="display:none;"> <img id="BG_Img37" src="" class="visible" style="display:none;"> </div> </section> <section class="form"> <div class="logo">Account</div> <div class="form"> <div class="text"> <h2>We are sorry...</h2> <p id="ErrText"></p> </div> <form action="#"> </form> <div class="meta"> </div> </div> </section> </main> <footer> <ul> <li id="copyrightText">漏 2024 Kia Corporation</li> <li><a href="/auth/resources/19ggl/login/kia-account-2022/imprint_en.html?v=3">Legal Document</a></li> <li><a href="/auth/resources/19ggl/login/kia-account-2022/legal_en.html?v=3">Terms of use &amp; Privacy notice</a></li> </ul> </footer> </body> </html> <script> $(document).ready(function () { let errTxt = "cookieNotFoundMessage"; if (errTxt) { let lastIdx = errTxt.lastIndexOf("."); let txtLen = errTxt.length - 1; if (lastIdx != txtLen) { errTxt += "."; } } $("#ErrText").html(errTxt); }); </script>

Pages: 1 2 3 4 5 6 7 8 9 10