html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 13px;
}

.body {
    margin-top: 150px;
    width: 970px;

}

.title_column {
    padding: 0 7em;
}

.title {
    text-align: center;
    margin-top: 0;
    font-size: 4em;
    border-bottom: 3px solid #333333;
}

img {
    width: 100%;
}

.image-container {
    height: 3em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.toyota_logo {
    background-image: url(/images/login/toyota_logo.png);
}

.lexus_logo {
    background-image: url(/images/login/lexus_logo.png);
}

.toyota_signature_logo {
    background-image: url(/images/login/toyota_signature_logo.png);
}


h1 {
   
}

.form-group {
    overflow: auto;
    margin: 0;
}

.submit-group {
    margin-top: 15px;
    overflow: auto;
}