@media (min-width: 768px) and (max-width: 1279px) {
  .loginPageMainGrid {
    max-width: 333px !important;
    padding: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .loginPageMainGrid {
    max-width: 290px !important;
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .loginPageMainGrid > h1 {
    padding-top: 34px !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .loginPageMainGrid > h1 {
    font-size: 24px !important;
    line-height: 26px !important;
    padding-top: 7px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .loginPageMainGrid form {
    margin-top: 10px;
  }
}

#form {
  max-width: 434px;
}

label.agbLabel {
  text-transform: none !important;
  font-weight: normal;
}

label.agbLabel a, .agbLabel a:hover {
  text-decoration: underline !important;
}

.logout-message {
  color: green;
  background-color: white;
  padding: 2px;
}

h1, h2, a, button {
  font-family: "BMWGroupTN Condensed Pro", sans-serif !important;
}

.title {
  font-size: 40px;
  line-height: 42px;
  margin-top: 41px;
  margin-bottom: 30px;
}

label, input {
  font-family: "BMWGroupTN Pro", sans-serif !important;
  color: #494949 !important;
}

.bmwText {
  font-family: "BMWGroupTN Pro", sans-serif !important;
  color: #494949 !important;
}

.loginColumnFormLabel {
  padding-bottom: 8px !important;
}
.loginColumnFormLabel .loginFormLabel {
  padding: 0 !important;
  font-style: normal;
  line-height: 20px;
}

.loginColumnForm {
  padding-bottom: 12px !important;
}
.loginColumnForm input {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

#refreshCaptcha {
  vertical-align: top;
  width: 24px !important;
}

#messages .span12 {
  margin-top: 12px;
}

.mainContent .loginPage .asl-form.searchHeader .tooltip {
  display: inline-flex;
  align-items: center;
  height: 100% !important;
  top: 0 !important;
  background-position-y: 50%;
  transform: none !important;
}

.mobile-nav, #toTop, .mobile-nav__close, .mobile-nav__close img, .aniHeadlines {
  display: none;
}