body {
  font-family: "Infiniti Regular","Infiniti Extended Regular",Verdana,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: "Infiniti Light","Infiniti Extended Regular",Verdana,Arial,sans-serif;
  font-size: 28px;
  margin: 0 0 25px 0;
  letter-spacing: 0.6px;
}
h3 {
  font-family: "Infiniti Bold","Infiniti Extended Bold",Verdana,Arial,sans-serif;
  color: #000;
  font-size: 18px;
  margin: 68px 0 10px 0;
  letter-spacing: 0.6px;
}
h4 {
  font-family: "Infiniti Light","Infiniti Extended Regular",Verdana,Arial,sans-serif;
  font-size: 25px;
  padding-bottom: 10px;
  letter-spacing: 0.6px;
}
h4.label-title {
  font-family: "Infiniti Bold","Infiniti Extended Bold",Verdana,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.6px;
}
h5 {
  font-family: "Infiniti Light","Infiniti Extended Regular",Verdana,Arial,sans-serif;
  font-size: 15px;
  padding-bottom: 10px;
  letter-spacing: 0.6px;
}
ul {
  font-size: 12px;
  line-height: 22px;
}
.dashed-line {
  border-bottom: 1px #c0bfbf solid;
  border-bottom-style: dashed;
}
.required-fields-message {
  text-align: left;
  font-size: 12px;
  margin-bottom: 30px;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
}
a.login-link {
  font-weight: bold;
}
a:hover.login-link {
  text-decoration: underline;
}
a.register-link {
  font-weight: bold;
}
a:hover.register-link {
  text-decoration: underline;
}
a.forgot-password-link {
  font-family: "Infiniti Bold","Infiniti Extended Bold",Verdana,Arial,sans-serif;
  text-decoration: none;
  font-size: 12px;
  color: #000;
  line-height: 45px;
  text-transform: uppercase;
}
a:hover.forgot-password-link {
  text-decoration: none;
  text-transform: uppercase;
}
a.forgot-password-link::before {
  font-family: "icon-Infiniti-Global";
  font-size: 12px;
  content: "\e602";
  color: #000;
  cursor: pointer;
  vertical-align: top;
  margin-right: 16px;
}
p {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.6px;
}
form {
  margin: 0 auto;
}
.copy-small {
  font-size: 12px;
}
.btn-default {
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default[disabled=disabled] , button:disabled{
  background-color: #fff;
  border-color: #000;
  opacity: 0.25;
}
.form-control {
  height: 40px;
  border-radius: 0;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.form-control.error {
  border: 2px solid #c00;
}

.label-title {
  font-size: 18px;
  font-weight: bold;
}
label {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.6px;
}
label.error {
  background: #fff;
  color: #c00;
  display: block;
  padding: 10px 4px 2px 4px;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  border-top: 1px #c00 solid;
  margin-top: -1px;
  font-weight: bold;
}
select.form-control {
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  letter-spacing: 0.6px;
}
input[type=radio],
input[type=checkbox] {
  margin-right: 4px;
  margin-top: 2px;
}
#terms-fieldset .term-wrapper {
  margin-bottom: 14px;
}
#terms-fieldset .term-wrapper input[type=radio],
#terms-fieldset .term-wrapper input[type=checkbox] {
  float: left;
}
#terms-fieldset .term-wrapper label {
  margin-left: 20px;
  display: block;
  letter-spacing: 0.6px;
}
#terms-fieldset .term-wrapper input[type=radio],
#terms-fieldset .term-wrapper input[type=checkbox] {
  vertical-align: top;
}
fieldset legend {
  border: none;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
.checkbox {
  margin-top: 3px;
}
.checkbox label {
  font-weight: bold;
}
.help-block {
  font-size: 12px;
}
.asterisk {
  color: #000;
}
hr {
  border: 1px #ccc solid;
}

.solid-border {
  border-bottom: 1px solid #ccc;
}

.primary-cta {
  font-family: "Infiniti Bold","Infiniti Extended Bold",Verdana,Arial,sans-serif;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 12px 14px 12px 14px;
  border: 2px #000 solid;
  border-radius: 0;
  margin: 0;
  letter-spacing: 0.6px;
}
.primary-cta:hover {
  background-color: #000;
  color: #fff;
  border: 2px #000 solid;
}
.secondary-cta {
  font-family: "Infiniti Bold","Infiniti Extended Bold",Verdana,Arial,sans-serif;
  font-size: 12px;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 12px 14px 12px 14px;
  border: 2px #000 solid;
  border-radius: 0;
  margin: 0;
  letter-spacing: 0.6px;
}
.secondary-cta:hover {
  background-color: #fff;
  color: #000;
  border: 2px #000 solid;
}
.modal-footer .modal-ctas {
  display: flex;
  flex-direction: column-reverse;
}
.modal-footer .modal-ctas .btn + .btn {
  margin-left: 0;
  margin-bottom: 15px;
}
.file-select-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.file-select-wrapper .file-select-btn {
  text-transform: uppercase;
  height: 45px;
}
.file-select-wrapper input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.file-select-wrapper .file-list p {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
/* spacing classes are introduced with bootstrap 4 (we are using bootstrap 3) so I am adding them */
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 10px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 1px;
}
.pb-6 {
  padding-bottom: 60px;
}
.pb-7 {
  padding-bottom: 70px;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 30px;
}

.proof-of-ownership-icon img {
  margin: 10px 0;
  height: 45px;
}

.submit-btn {
     cursor: pointer;
     margin-top: 20px;
     width: 100%;
     background-color: #020b24;
     border-color: #020b24;
     color: #fff;
}
 .submit-btn--primary:hover {
     background: 0 0;
     color: #020b24;
     border-color: #020b24;
     box-shadow: 0 0 0 3px #020b24;
}
 .submit-btn {
     font-family: "Infiniti Light", "Infiniti Extended Regular", Verdana, Arial, sans-serif;
     display: flex;
     position: relative;
     padding: 8px 40px 8px 15px;
     font-size: 16px;
     text-decoration: none;
     letter-spacing: .05em;
     text-transform: none;
     border-radius: 24px;
     transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}
 .submit-btn::after {
     content: "\e602";
     right: 10px;
     top: 50%;
     font-size: 16px;
}
 .submit-btn::after {
     position: absolute;
     line-height: 0;
     font-family: icon-Infiniti-Global;
     font-style: normal;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     font-display: block;
     -webkit-font-smoothing: antialiased;
}
 .error-group {
     color: #c00;
     font-family: "Infiniti Regular", "Infiniti Extended Regular", Verdana, Arial, sans-serif;
     display: flex;
     align-items: center;
     font-size: 0.85em;
}
 .error-group::before {
     font-family: icon-Infiniti-Global;
     content: "\e654";
     font-size: 2.5rem;
     color: #c00;
     margin-right: 10px;
     display:inline-block;
}

.go-back-main {
	display: flex; 
	justify-content: center;
}
.go-back {
    font-family: "Infiniti Bold", "Infiniti Extended Bold", Verdana, Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    margin-top: 2em;
}

.go-back::before {
	font-family: icon-Infiniti-Global;
    font-size: 1rem;
    content: "\e601";
    padding-right: 2px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-display: block;
    -webkit-font-smoothing: antialiased;
}

.go-back:hover {
    background: 0 0;
    color: #999;
    text-decoration: none;
}

.btn-disable {
	pointer-events:none;
}
.btn-disable:focus {
	outline:none;
}
.btn-disable:after {
	font-family: "icon-Infiniti-Global";
  	font-size: 15px;
  	content: "\e61d"; 
  	color: #fff;
  	margin-left: 15px;
	animation:spin 4s linear infinite;
	display: none;
}

/* Mobile fix for Infiniti pages - consistent alignment across all devices */
@media only screen and (max-width : 767px) {
  body > .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
    overflow-x: hidden;
  }
  body > .container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body > .container [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body > .container .max-width-container {
    padding-left: 0;
    padding-right: 0;
  }
  body > .container .text-center p,
  body > .container .text-center .copy-small,
  body > .container .max-width-container .text-center p {
    text-align: center;
  }
  body > .container ul {
    padding-left: 15px;
  }
  .container .primary-cta,
  .container .secondary-cta {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
  }
  .container h3 {
    margin-top: 40px;
  }
  .container .form-group.text-right {
    text-align: center;
  }
  .container .form-group {
    margin-bottom: 10px;
  }
 #pswd_info {
	max-width: 95%;
	left: 52% !important;
	right: auto;
	transform: translateX(-50%);
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .qtip-default {
    background-color: #666;
  }
  .qtip {
    max-width: 100%;
  }
  hr {
    margin: 30px -15px 20px -15px;
  }
  .modal {
    background-color: #fff;
  }
  .modal-body {
    max-height: calc(100vh - 230px);
  }
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    border-radius: unset;
    box-shadow: none;
    border: none;
  }
  .file-select-wrapper {
    display: block;
  }
  .file-select-wrapper .file-select-btn {
    padding: 8px 20px 8px 0;
  }
  .file-select-wrapper .file-list p {
    padding: 0 10px;
  }
  .file-list {
    display: inline-block;
  }
  .proof-of-ownership-icon {
    padding: 20px 0 10px 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .qtip {
    max-width: 320px;
  }
  .modal {
    background-color: transparent;
  }
  .modal-body {
    max-height: calc(100vh - 500px);
  }
  .modal-dialog {
    margin: 30px auto;
  }
  .modal-content {
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    border: 1px solid #999;
  }
  .file-select-wrapper .file-select-btn {
    padding: 10px 25px;
  }
  .file-select-wrapper .file-list p {
    padding: 0 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .btn {
    box-sizing: content-box;
  }
  .primary-cta {
    width: initial;
    min-width: 120px;
  }
  .secondary-cta {
    width: initial;
    min-width: 120px;
  }
  .modal-footer .modal-ctas {
    flex-direction: row;
  }
  .modal-footer .modal-ctas .btn + .btn {
    margin-left: 24px;
    margin-bottom: 0;
  }
  .tooltip-inner {
    width: 250px;
  }
  .qtip-default {
    background-color: #666;
  }
  hr {
    margin: 30px -40px 20px -40px;
  }
  .file-select-wrapper {
    display: flex;
  }
  .proof-of-ownership-icon {
    padding: 0px 0 0px 40px;
  }
  .proof-of-ownership-icon img {
    margin: 0;
  }
}

.state-container {
  position: relative;
}
.state-container span.glyphicon-chevron-down {
  color: #000;
  position: absolute;
  top: 38px;
  right: 12px;
  pointer-events: none;
}
.provider-container {
  position: relative;
}
.provider-container span.glyphicon-chevron-down {
  color: #000;
  position: absolute;
  top: 38px;
  right: 12px;
  pointer-events: none;
}
.vin-container {
  position: relative;
}
.password-container {
  position: relative;
}
.tooltip-link .infoicon {
  color: #999;
  position: absolute;
  top: 27px;
  right: 5px;
  height: 30px;
}
.tooltip-link .infoicon:before {
  font-family: "icon-Infiniti-Global";
  font-size: 27px;
  content: "\e63c";
  color: #999;
  cursor: pointer;
}
.max-width-container {
  max-width: 570px;
  margin: 0 auto;
}
.qtip-content {
  font-family: "Infiniti Regular","Infiniti Extended Regular",Verdana,Arial,sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.6px;
}
.qtip-default {
  background-color: #666;
  border: 1px solid #666;
  padding: 15px 15px 15px 15px;
}
.qtip-close {
  right: 5px;
  top: 7px;
}
.qtip-tip {
  border: 5px red solid;
}
.qtip-default .qtip-icon {
  border-color: #666;
  background: #666;
}
.qtip-default .qtip-close:before {
  border: 5px red solid;
}
.qtip-icon .ui-icon {
  font-size: 35px;
  font-family: "icon-Infiniti-Global";
  content: "\e609";
  color: #fff;
  width: 30px;
  height: 30px;
}
ul {
  padding-inline-start: 25px;
}

.modal-header {
  border: none;
}
.modal-body {
  padding-top: 0;
  overflow-y: scroll;
}
.modal-footer {
  text-align: left;
}
.modal-content p {
  font-size: 15px;
}
a.terms-link {
  font-weight: bold;
  color: #333;
}
a:active.terms-link {
  font-weight: bold;
  color: #333;
}
a:hover.terms-link {
  text-decoration: underline;
  color: #333;
}
a.privacy-policy-link {
  font-weight: bold;
  color: #333;
}
a:active.privacy-policy-link {
  font-weight: bold;
  color: #333;
}
a:hover.privacy-policy-link {
  text-decoration: underline;
  color: #333;
}
.please-note-message {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0 0 0;
}
.file-format-message {
  font-size: 12px;
}
.modal-header .close {
  font-size: 21px;
  opacity: unset;
  font-weight: normal;
}
.x-modal {
  color: #000;
  vertical-align: top;
  font-weight: bold;
}
.close-modal {
  font-size: 12px;
}
.error-message:before {
  font-family: "icon-Infiniti-Global";
  font-size: 12px;
  content: "\e620";
  color: #fff;
  padding-right: 5px;
}