
@font-face {
  font-family: "VWHead-Normal";
  font-weight: 400;
  src: local("VWHead-Normal"), url('./fonts/VWHead-Normal.ttf') format("ttf");
}

@font-face {
  font-family: "VWText-Bold";
  font-weight: 700;
  src: local("VWText-Bold"), url('./fonts/VWText-Bold.woff2') format("woff2");
}

@font-face {
  font-family: "VWHead-Normal";
  font-weight: 400;
  src: local("VWHead"), url('./fonts/VWHead-Normal.ttf') format("truetype");
}

@font-face {
  font-family: "VWHead-Bold";
  font-weight: 700;
  src: local("VWHead-Bold"), url('./fonts/VWHead-Bold.ttf') format("truetype");
}

.login-unpopulated-1920,
.login-unpopulated-1920 * {
  box-sizing: border-box;
}
.login-unpopulated-1920 {
  background: var(--surface-primary, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.page-header-links-page-version {
  padding: 5px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 85px;
  position: relative;
}
.moving-frame {
  align-self: stretch;
  flex-shrink: 0;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.divider {
  background: var(--brand-vw-dark-blue, #001e50);
  width: 450px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 39px;
}
.page-header-logo {
  width: 139px;
  height: 80px;
  position: absolute;
  right: 380px;
  top: 0px;
}
form{
  width: 100%;
}
.error{
  color: red;
  font-size: 13px;
  padding: 10px 50px;
  word-wrap: break-word;
  max-width: -webkit-fill-available;
}
.warn{
  color: rgb(255, 255, 0);
  font-size: 12px;
  padding: 10px 0px;
  background: var(--brand-vw-dark-blue, #00B0F0);
  word-wrap: break-word;
  max-width: -webkit-fill-available;
  border-radius: 5px;
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
}
/* Responsive header adjustments */
@media (max-width: 1024px) {
  .page-header-logo {
    /* position: static; */
    margin: 0 auto;
  }
  .divider{
    width: 310px;
  }
  .divider2, .divider3{
    display: none;
  }
  .divider4 {
    right: 369px !important;
  }
  .moving-frame {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header-logo{
    position: absolute;
    width: 0px;
  }
}
.divider2 {
  background: var(--brand-vw-dark-blue, #001e50);
  width: 10px;
  height: 2px;
  position: absolute;
  left: 129px;
  top: 39px;
}
.vw-now-lockup {
  width: 119px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.now {
  color: var(--brand-vw-dark-blue, #001e50);
  text-align: left;
  font-family: "VwHead-Bold", sans-serif;
  font-size: 23px;
  font-weight: 700;
  position: absolute;
  left: 69px;
  top: 24.89px;
  display: none !important;
}
.vw-logo-large {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.divider3 {
  background: var(--brand-vw-dark-blue, #001e50);
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 39px;
}
.divider4 {
  background: var(--brand-vw-dark-blue, #001e50);
  height: 2px;
  position: absolute;
  right: 519px;
  left: 0px;
  top: 39px;
}
.body {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-height: calc(100vh - 85px);
  position: relative;
}
.content {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 40%;
  position: relative;
}

/* Responsive body and content */
@media (max-width: 1260px) {
  .body {
    flex-direction: column;
  }
  .content {
    max-width: 100%;
    width: 100%;
  }
}
.text {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.error_page_text{
  padding: 30px;
  display: flex;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  max-width: 570px;
  position: relative;
  width: 100%;
}

.back-btn {
  background: var(--surface-brand, #00b0f0);
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Responsive text container */
@media (min-width: 768px) {
  .text {
    margin: 0 auto;
    padding: 30px 40px;
  }

}

@media (max-width: 1260px) {
  .text {
    max-width: 100%;
    padding: 20px 150px;
    margin: 0 auto;
  }
  .error_page_text {
    max-width: 100%;
    padding: 20px 150px;
    margin: 0 auto;
    flex-direction: column;
  }
  .back-btn{
    padding: 5px 10px 5px 10px;
  }

}

@media (max-width: 768px) {
  .text {
    padding: 15px;
    margin: 0;
  }
    .error_page_text {
    padding: 15px;
    margin: 0;
    flex-direction: column;
  }
  .back-btn{
    padding: 5px 10px 5px 10px;
  }
}
.languages {
  padding: 0px 0px 50px 0px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.link {
  border-style: solid;
  border-color: var(--border-divider-primary, rgba(182, 191, 197, 0.5));
  border-width: 0px 1px 0px 0px;
  padding: 0px 20px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.english {
  color: var(--text-primary, #59595b);
  text-align: left;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

.english:hover {
  color: var(--text-brand, #00b0f0);
}

.fran-ais {
  color: var(--text-primary, #59595b);
  text-align: left;
  font-family: "VwText-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

.fran-ais:hover {
  color: var(--text-brand, #00b0f0);
}
.selectedLanguage {
  color: var(--text-primary, #000000);
  text-align: left;
  font-family: "AudiType-Normal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.hiddenLanguage {
  color: var(--text-secondary, #999999);
  text-align: left;
  font-family: "AudiType-Normal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
    cursor: pointer;
}

.thank-you {
  padding: 0px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.access-audi {
  color: var(--Text-Header, #333);
  font-family: "Audi Type";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vwhub-com {
  color: var(--Header-Primary, #2C2D32);
  font-family: "VWHead-Normal";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.welcome {
  color: var(--Header-Primary, #2C2D32);
font-family: "VWHead-Normal";
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -2px;
}

/* Responsive welcome text */
@media (max-width: 768px) {
  .welcome {
    font-size: 48px;
    letter-spacing: -1px;
  }
}

@media (max-width: 480px) {
  .welcome {
    font-size: 36px;
    letter-spacing: 0px;
  }
}
.form {
  padding: 0px 0px 25px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.text-input-lg {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.label {
  color: var(--text-primary, #59595b);
  text-align: left;
  font-family: "VwText-Normal", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.field {
  background: var(--surface-primary, #ffffff);
  border-radius: 3px;
  border-style: solid;
  border-color: var(--border-text-field-primary, #dfe4e8);
  border-width: 1px;
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  min-height: 50px;
}

.field:focus-within {
  border-color: var(--border-brand, #00b0f0);
}

@media (max-width: 480px) {
  .field {
    padding: 12px 15px;
    min-height: 45px;
  }
}
.input-text {
  /* color: var(--text-hint-disabled-primary, rgba(89, 89, 91, 0.5)); */
  text-align: left;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

.input-text::placeholder {
  color: var(--text-hint-disabled-primary, rgba(89, 89, 91, 0.5));
}

.input-text:focus {
  color: var(--text-primary, #59595b);
}
.forgot-password {
  color: var(--text-brand, #00b0f0);
  text-align: left;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 20px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.forgot-password:hover {
  color: #0099d6;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .forgot-password {
    font-size: 14px;
  }
}
.log-in {
  border-style: solid;
  border-color: var(--border-divider-primary, rgba(182, 191, 197, 0.5));
  border-width: 0px 0px 1px 0px;
  padding: 25px 0px 25px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.button-lg {
  background: var(--surface-brand, #00b0f0);
  border-radius: 25px;
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 37px;
  min-height: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.button-lg:hover {
  background: #0099d6;
}

@media (max-width: 480px) {
  .button-lg {
    min-height: 45px;
    padding: 12px 20px;
  }
}
.button {
  color: var(--text-invert-primary, #ffffff);
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.create-account {
  padding: 25px 0px 25px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* Responsive create account buttons */
@media (max-width: 767px) {
  .create-account {
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
  }

  .button2 {
    width: 100%;
  }

  .button3 {
    font-size: 16px;
    font-weight: 500;
  }
}
.button2 {
  border-radius: 18.5px;
  border-style: solid;
  border-color: var(--border-brand, #00b0f0);
  border-width: 1px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  min-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.button2:hover {
  background: var(--surface-brand, #00b0f0);
}

.button2:hover .button3 {
  color: var(--text-invert-primary, #ffffff);
}

@media (max-width: 480px) {
  .button2 {
    min-height: 50px;
    padding: 15px 10px;
    flex: 1;
  }

  .button3 {
    font-size: 18px;
    font-weight: 600;
  }
}
.button3 {
  color: var(--text-brand, #00b0f0);
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.links {
  padding: 25px 0px 25px 0px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  row-gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* Responsive links */
@media (max-width: 767px) {
  .links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .www-vw-com {
    grid-column: 1;
    grid-row: 1;
  }

  .www-vw-ca {
    grid-column: 2;
    grid-row: 1;
  }

  .privacy-policy {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .links {
/*     display: flex;
    flex-direction: column; */
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .privacy-policy {
    text-align: center;
  }
}
.www-vw-com {
  color: var(--text-brand, #00b0f0);
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

.www-vw-com:hover {
  color: #0099d6;
  text-decoration: underline;
}

.www-vw-ca {
  color: var(--text-brand, #00b0f0);
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

.www-vw-ca:hover {
  color: #0099d6;
  text-decoration: underline;
}

.privacy-policy {
  color: var(--text-brand, #00b0f0);
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

.privacy-policy:hover {
  color: #0099d6;
  text-decoration: underline;
}
._2003-2024-volkswagen-of-america-all-rights-reserved {
  color: var(--text-secondary, rgba(89, 89, 91, 0.5));
  text-align: center;
  font-family: "VWHead-Normal", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.login-bg {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  min-height: 150px;
  position: relative;
  object-fit: cover;
  width: 50%;
}

/* Hide background image for screens smaller than 1260px */
@media (max-width: 1260px) {
  .login-bg {
    display: none;
  }
}

/* Additional responsive styles for better mobile experience */
@media (max-width: 768px) {
  .vwhub-com {
    font-size: 20px;
  }

  .languages {
    padding: 0px 0px 30px 0px;
  }

  .thank-you {
    padding: 0px 0px 30px 0px;
  }

  .form {
    padding: 0px 0px 20px 0px;
  }

  .log-in {
    padding: 20px 0px 20px 0px;
  }

  .create-account {
    padding: 20px 0px 20px 0px;
  }

  .links {
    padding: 20px 0px 20px 0px;
  }
}

@media (max-width: 480px) {
  .page-header-links-page-version {
    height: auto;
    padding: 10px 0;

  }
  .page-header-logo {
      position: static;
      width: 0px;
      height: 65px;
}
  .moving-frame {
    height: 80px;
    padding: 10px 0;
  }

  .vw-now-lockup {
     width: 90px;
    height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .vw-logo-large {
    width: 60px;
    height: 60px;
    position: relative;
  }

  .now {
    /* position: relative; */
    font-size: 18px;
    left: 50px;
    top: 20px;
  }

  .divider2,
  .divider3 {
    display: none;
  }
  .divider4 {
    right: 200px !important;
  }
  .divider {
        width: 155px;
    }
}
