@color-orange: #FF996C;
@color-orange_hover: darken(@color-orange, 10%);
@color-blue: #1A3140;
@color-red: #df2027 !important;
@color-sand: #000 !important;
@color-warmGrey: #E7E3E4;

.login-column-topleft::before {
  background-color: black !important;
}
.login-column-topleft {
  background-image: url('/site/img/vesp2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 912px) {
  .login-column-topleft {
    background-image: url('/site/img/nissan-bg-min.webp?v=1.0');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


.login-top-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C7C8CA;
  color: @color-orange;
  font-size: 6em;
}
.icon-fixed-size{
  display: inline-block ;
  width: 16px;
  height: 16px;
}


#smsCode {
  border: 0;
  font-size: 4em;
  text-align: center;

  &:focus {
    outline: none;
    box-shadow: none;
  }
}

.sms-countdown {
  font-size: 4em;
  background: @color-sand;
  line-height: 100%;
  width: 100px;
  height: 80px;
  text-align: center;
}

.user-agreement-text {
  max-height: 500px;
  overflow: scroll;
}

.login-logo {
  max-width: 44%;
}
.register-logo {
  max-width: 44%;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  padding-top: 10px;
  color: var(--bs-body-color);
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
  background-color: white;
  border: solid 1px #dee2e6;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: @color-red !important;
}
.vespuan-button{
  background-color: @color-red !important;
}
