/* Login */
/* Site Variables */
/* Mixins */
/* Functions */
/* CSS Document */
@import url("https://use.typekit.net/map3iqo.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@font-face {
  font-family: MB Picture House;
  src: url("/SiteData/SiteID150/Files/MB Picture House One.woff"); }
@font-face {
  font-family: Alfredo Heavy Regular;
  src: url("/SiteData/SiteID150/Files/Alfredo Heavy Regular.woff"); }
body {
  background: #eee; }

.colZoneContainer {
  width: 100%;
  min-height: 100vh;
  background: #EE2737;
  background-position: right;
  background-size: cover; }

.loginWidget .loginSection:nth-child(2) {
  display: none; }

div.Login {
  max-width: 500px;
  margin: 0 auto; }

.loginWidget {
  height: 100vh;
  display: table-cell;
  width: 500px;
  vertical-align: middle; }
  .loginWidget .loginSection {
    width: auto !important;
    margin: 0 auto;
    float: none;
    border-radius: 10px;
    padding: 2em;
    box-shadow: 1px 1px 10px;
    background: #EEE; }
    @media (max-width: 500px) {
      .loginWidget .loginSection {
        width: 350px !important; } }
    .loginWidget .loginSection h2 {
      text-align: center; }
    .loginWidget .loginSection #brand_logo {
      height: 200px;
      margin: 0 auto 1.5em;
      width: 350px;
      background: url("/SiteData/SiteID264/Images/Car_Logo_Red.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 500px) {
        .loginWidget .loginSection #brand_logo {
          width: 290px; } }
    .loginWidget .loginSection .login {
      margin: 20px auto;
      display: block; }
    .loginWidget .loginSection tr[id*='trPassword'] td:last-of-type,
    .loginWidget .loginSection tr[id*='RememberMe'],
    .loginWidget .loginSection tr[id*='trButtons'] td {
      text-align: center; }
    .loginWidget .loginSection input[type=checkbox] + label {
      font-size: .7em; }
    .loginWidget .loginSection .labelCell {
      text-align: left; }

.PanelFooter {
  text-align: center; }

div[ID*="RememberMe"] {
  text-align: center; }

div[id*='divPassRow'] {
  text-align: center; }
  div[id*='divPassRow'] button {
    margin-top: 1.5em; }

table.FullWidth.adaptive,
table.FullWidth.adaptive tbody,
table.FullWidth.adaptive tr,
table.FullWidth.adaptive td,
table.FullWidth.adaptive caption,
table.FullWidth.adaptive th {
  display: block;
  width: 100% !important; }
