@font-face {
  font-family: Infiniti-Global;
  src: url(../fonts_login/Infiniti-Global.ttf);
}

@font-face {
  font-family: InfinitiBrandL1-Bold;
  src: url(../fonts_login/InfinitiBrandL1-Bold.ttf);
}

@font-face {
  font-family: InfinitiBrandL1-Light;
  src: url(../fonts_login/InfinitiBrandL1-Light.ttf);
}

@font-face {
  font-family: "Montserrat", sans-serif;
  src: url(../fonts_login/InfinitiBrandL1-Regular.ttf);
}

.login-container {
  position: relative;
  text-align: center;
  padding: 15px 30px;
  width: 300px;
  float: right;
  justify-content: center;
  justify-items: center;
  display: flex;
}
/* ------------ New Login Page Design -------------- */
.login-container-new {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
}

a.btn.btn-simple.btn-xs i {
  color: #e60112;
}

.form-group.with-left-icon input[type="text"],
.form-group.with-left-icon input::placeholder {
  color: #BFCAD9 !important;
  font-size: 16px !important;
}
.tabs-page-form input.form-control {
  background-clip: text;
  -webkit-background-clip: text;
}

/* @media only screen and (min-width: 320px) { */
  body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }

  .right-side-car img {
    width: 100%;
  }

  .infinity-login-page {
    /* background-image: url("../../assets/images/img_tab/login-bg-img.png"); */
    background-color: #010101;
    height: 100vh;
  }

  .infinity-login-page1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .login-container {
    position: relative;
    text-align: center;
    padding: 15px 30px;
    width: auto;
    float: none;
    justify-content: center;
    justify-items: center;
    display: flex;
    margin: 0 auto;
  }

  .login-section {
    width: 100%;
  }

  .logo > img {
    /* padding: 30px 0 15px; */
    width: 120px;
  }

  .login-form {
    margin: 25px 0;
  }

  .login-form .input-div {
    margin: 5px 0 20px;
  }

  input.form-control {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 50px;
    color: #555;
    /* END */

    padding: 15px 10px;
    /* color: #fff; */
    outline: none;
    box-sizing: border-box;
  }

  input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
  }

  input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
  }

  input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
  }

  input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
  }

  .login-btn-submit {
    text-align: right;
  }

  .login-btn {
    width: 45%;
    cursor: pointer;
    background: #ffffff;
    color: #010204;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 8px 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 15px;
    outline: none;
    border: none;
    border-color: transparent;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Raleway", sans-serif;
    /* add round css on 8-10-19 */
    border-radius: 3px;
    /* END */
  }

  .drive-text {
    font-family: InfinitiBrandL1-Light;
    /* add color css on 8-10-19 */

    /* color: #fff; */
    color: #555;
    /* END */
    font-size: 20px;
    /*margin-top: 15px;*/
  }

  hr.hr-line {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #777;
  }

  .social-links {
    padding-top: 0px;
  }

  .social-links a {
    color: #fff;
    display: inline-block;
    padding: 10px 13px;
    margin: 0 4px;
    outline: none;
    /* add css on 8-10-19 */
    background: #676767;
    border-radius: 50px;
    /* END */
  }

  .icon {
    display: inline-block;
    max-width: 25px;
  }

  .bottom-left {
    position: absolute;
    right: 5%;
    bottom: 16%;
    /* chnage color add on 8-10-19 */
    /* color:#fff; */
    color: #39312e;
    font-weight: 600;
    /* End */
  }

  /*tab Page*/

  #tabs-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: url("../../assets/images/img_tab/bg-tab.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #dark-background {
    background-color: #000000;
    padding: 20px 0px;
  }

  .inner-tabs-page {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 10px;
  }

  .blue-head-color {
    padding: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .tabs-page-form {
    padding: 15px 0px;
  }

  .tabs-page-form .form-control {
    text-align: left;
    font-size: 16px !important;
    outline: none;
    border: 1px solid #BFCAD9 !important;
    border-radius: 8px !important;
    color: #BFCAD9 !important;
    height: 45px;
    background-color: transparent !important;
    background-image: none !important;
  }

  .tabs-page-form select.form-control {
    text-align-last: left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    /* -moz-appearance: none; */
    /* appearance: none; */
  }

  .without-left-icon {
    position: relative;
    margin-bottom: 25px;
  }

  .without-left-icon select {
    padding-left: 18px;
  }

  .form-control:focus {
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .tabs-page-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555;
  }

  .tabs-page-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
  }

  .tabs-page-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #555;
  }

  .tabs-page-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
  }

  .form-group.with-left-icon {
    position: relative;
    margin-bottom: 10px;
  }

  .form-group.with-left-icon .icon-left {
    position: absolute;
    left: 14px;
    top: 14px;
    max-width: 18px;
    filter: invert(1);
  }
  .search-input {
    height: 45px;
    padding: 20px 30px !important;
    border-radius: 8px 0px 0px 8px !important;
    border: 0 !important;
  }
  .search-input[type="text"], .search-input::placeholder {
    font-size: 14px !important;
    color: #01010162 !important;
    font-family: 'Avenir LT Pro', sans-serif;                                             
  }
  .search-form {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .search-form button {
    height: 45px;
    border: 0;
    border-radius: 0px 8px 8px 0px;
  }
  .tab-area .logo {
    margin-bottom: 80px;
  }
  .tab-wrapper {
    border: 2px solid #ffffff22;
    border-radius: 20px;
    padding: 0px 20px;
  }
  .tab-area {
    padding: 0px 15px;
  }
  .search-form-wrapper {
    margin-top: -24px;
  }
  .form-group.with-left-icon .icon-left.mobile {
    max-height: 20px;
  }

  .form-group select.form-control {
    padding-left: 15px;
  }

  .form-group.with-left-icon .form-control {
    padding-left: 40px;
  }

  .finish-btn {
    max-width: 100%;
    cursor: pointer;
    background: #e60112;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 30px;
    outline: none;
    border: none;
    border-radius: 8px;
    min-width: 200px;
  }
  .custom-select-dropdown option, .custom-select-dropdown optgroup {
    color: #010101;
    font-size: 13px;
    font-family: 'MMC', sans-serif;
  }
  .tab-form-wrapper {
    position: relative;
    z-index: 999;
  }
  .tabs-page-form input.form-control:-webkit-autofill, 
  .tabs-page-form input.form-control:-webkit-autofill:hover, 
  .tabs-page-form input.form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #BFCAD9 !important;
  }
  

  #tabs-page .form-group code {
    position: absolute;
    line-height: 1;
    font-size: 12px;
    margin-top: 3px;
  }

  #tabs-page .form-group code p {
    margin: 0;
  }

  /* add new css on 8-10-19 */
  .text-center {
    text-align: center;
  }

  .sidebar {
    background: #fff !important;
  }

  /* add on 21-12-19 */
  .login_main {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }

  img.infinity-logo {
    padding: 10px 0;
  }

  .devider {
    width: 100%;
    height: 2px;
    background: #777;
    margin: 10px 0 5px;
  }
  .form-group.with-left-icon.lft-space-none select.form-control {
    padding-left: 15px;
  }
  .custom-search-btn:hover {
    background-color: #ffffff;
  }
  .custom-font-mmc {
    font-family: 'MMC', sans-serif;
    letter-spacing: 0.29px;
  }    
/* } */

@media only screen and (min-width: 768px) {
  .tab-area {
    padding: 0px 30px;
  }
  .tabs-page-form {
    padding: 15px;
  }
  .logo > img {
    width: 100px;
  }
  #dark-background {
    padding: 20px 0px;
  }
  .search-form {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .tabs-page-form {
    padding: 15px 0px;
  }
  .tab-area {
    padding: 0px 10px;
  }
  .tab-area .logo {
    margin-bottom: 60px;
  }
  #dark-background {
    padding: 0;
  }
  .search-form {
    width: 70%;
  }
  .scroll-none {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .car-grid-height {
    height: 100%;
  }
  .car-image-area {
    position: absolute;
    bottom: 0px;
    margin-left: -280px;
  }
}

@media only screen and (min-width: 1200px) {
  .car-image-area {
    margin-left: -400px;
  }
  .logo > img {
    width: 120px;
  }
  .tab-area .logo {
    margin-bottom: 60px;
  }
  .tab-area {
    padding: 0px 80px;
  }
  .tabs-page-form {
    padding: 15px 40px;
  }
  .search-form {
    width: 50%;
  }
}

@media only screen and (min-width: 1300px) {
  .login-section {
    /* display: table-cell;
    vertical-align: middle; */
    width: 100%;
    height: 100%;
    /* padding-right: 90px; */
  }

  .login-container {
    position: fixed;
    top: 0;
    bottom: 0;
    text-align: center;
    /* End   */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 100px 15px;
    left: 0;
    width: 430px;
    box-sizing: border-box;
    display: table;
    height: 100%;
  }

  .social-links {
    padding-top: 20px;
  }
}

/* Style by SJ */
.login-form input.form-control {
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  padding: 24px 0;
  font-family: "Montserrat", sans-serif;
  border: none;
  background-color: transparent !important;
  border-bottom: 1px solid #fff;
}

.login-form input.form-control:focus {
  border-bottom: 2px solid #e60112;
}

input[type="text"],
input::placeholder {
  font-size: 20px !important;
  color: #e2e2e2 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #e4e4e48f !important;
}
input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.login-div {
  text-align: right;
  margin: 20px 0 30px;
}

.login-div a {
  text-decoration: none;
}

/* ---------- Login Car Animate ----------- */
.auth-login-car {
  display: flex;
  align-items: center;
}

.auth-login-carAnimation {
  /* max-width: 550px; */
  width: 100%;
  margin: 0 auto;
  animation: movecar 3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s forwards;
}

.auth-login-carAnimation > .auth-login-carImg {
  width: 100%;
}

@keyframes movecar {
  0% {
    transform: translateX(150%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .login-container-new {
    flex-direction: column;
  }
}

