

/*--------------------------------------------------------------
# Login css start- Desktop
--------------------------------------------------------------*/

.signup-img {
    width: 60%;
    background: #272222b3 url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center; 
    position: relative;   
}
.bg-color {
    background: rgb(21 23 29 / 71%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.login-bg {
    background: url(../images/login-bg.jpg);
    min-height:742px;
    height:100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
}
.Dealer-main-login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 552px;
    height: 100%;
    align-content: center;
    margin: auto;
    z-index: 9;
}
.Dealer-login, .opps-login, .login-create-new-password, .login-password, .forgot-password, .reset-link, .create-new-password {
    background: #fff;    
    border-radius: 5px;
    padding: 20px;
    width: 552px;
}

.dealer-login-title {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0 20px 0;
    position: relative;
}
.dealer-login-title h1 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #102850;
}
.login-email-bx label {
    margin: 0;
    padding: 6px 0 14px 0;
    text-align: center;
}
.login-email-bx label img {
    width: 16px;
    height: 10px;
}
.login-email-bx input {
    height: 42px;
    text-align: center;
}
.login-email-bx input::placeholder{
    text-align: center;
    
}
.login-email-bx {
    width: 88%;
    margin: 27px auto 10px;
}
.login-next-btn button {
    margin: auto;
    display: block;
    margin: 22px auto 22px;
}
.login-next-btn button svg {
    fill: #fff;
    position: relative;
    left: 2px;
}


/*--------------------------------------------------------------
# Login Opps css start- Desktop
--------------------------------------------------------------*/

.create-new-password{
    max-height: 520px;
}
p.text-opps {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
span.opps-back {
    position: absolute;
    top: 25px;
    cursor: pointer;
}
span.opps-back svg {
    margin-right: 6px;
}


/*--------------------------------------------------------------
# Login footer css start- Desktop
--------------------------------------------------------------*/
.border-red {
    width: 100%;
    height: 11px;
    background: #F84F4F;
}
.login-footer{
    background-color: #D9DCE2;
}
.login-bottom-bx {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    width: 84%;
    margin: auto;
}
.connect-with {
    border-right: 1px solid #c5c1c1;
    width: 59%;
    text-align: center;
    height: 140px;
}
.connect-with:nth-child(2) {
    width: 70%;
}
.connect-with:last-child {
    border-right: none;
}
p.title-bottom-tx {
    padding: 20px 0 26px 0;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    color: #102850;
}
.connect-with ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.connect-with ul li a {
    margin: 0 6px;
    padding: 0 0;
    text-align: center;
    display: block;
    background: #102850;
    width: 35px;
    height: 35px;
    border-radius: 50%;
     transition: all 0.6s;
}
.connect-with ul li i {
    color: #fff;
    margin: auto;
    line-height: 34px;
}
.connect-with ul li a:hover{
    background: #355da0;
}

.login-bottom-search {
    background: white;
    border-radius: 5px;
    opacity: 1;
    outline: 0px;
    border: 0px;
    width: 91%;
    height: 42px;
    font-weight: 200;
    position: relative;
    padding: 0 22px;
}
span.subscribe-txt {
    position: absolute;
    width: 150px;   
    right: 0px;   
}
span.subscribe-txt button {
    display: block;
    background: #102850;
    border-radius: 0 5px 5px 0px;
    color: #fff;
    height: 42px;
    padding: 0px;
    margin: 0px;
    line-height: 42px;
    text-decoration: none;
    transition: all 0.6s;
    border: 1px solid transparent;
    padding: 0 21px;
    margin-left: 10px;
    cursor: pointer;
}
span.subscribe-txt button:hover{
    background: #355da0;
}
.app-store-img a {
    text-decoration: none;
}



/*--------------------------------------------------------------
# Signup/Login css start- Ipad
--------------------------------------------------------------*/
@media(max-width:1660px){


.title-h4 {
    font-size: 3.5rem;
    font-weight: 500;
}
.title-h4 span{
    font-size: 3.4rem;
}
.middel-sectiob-login, .signup-about-center{
    width: 76%;
}
.ask-quest-img{
    margin-right: 20px;
}
.have-questions-bx{
    width: 87%;
}
.ask-questions-bx{
    width: 48%;
}
span.subscribe-txt{
    right: 14px;
}
}

@media (max-width:1320px){
    .title-h4{
        font-size: 3rem;
    }
    .title-h4 span{
        font-size: 2.8rem;
    }
    .vehicle-price-bx p::after{
        bottom:-14px
    }
    .Dealer-Display::before, .Inventory-Listing::before, .Search-Marketing::before{
        display: none;
    }
    a.btn-askquestn{
        padding: 16px 20px;
    }
    span.subscribe-txt{
        width: 36%;
    }    
}

@media (max-width:1139px){
    .signup-form{
        width: 100%;
        padding: 0px;
    }    
    .signup-bx{
        width: 52%;
    }
  
    .auto-video-bx img{
        width: 100%;
        height: 100%;
    } 
    .have-questions-bx{
        width: 100%;
    }
    .ask-quest-img{
        margin-left: 0px;
    }
    .login-bottom-bx{
        width: 100%;
    }
    span.subscribe-txt{
        width: 36%;
    }
}

@media  (max-width:992px){
    .signup-bx{
        width: 100%;
    }
    .signup-img{
        display: none;
    }
    .middel-sectiob-login, .signup-about-center{
        width: 94%;
    }
    span.subscribe-txt{
        width: 36%;
    }
    
}

@media (max-width:767px){
    
    .login-bg{
        min-height: auto;
    }
    .Dealer-main-login{
        margin: 30px 0;
    }
  .three-bx-login{
      flex-wrap: wrap;
  }
  .vehicle-price-bx, .premium-bx{
      width: 100%;
  }
  .vehicle-bx2, .vehicle-bx3{
      margin-top: 100px;
  }
  .auto-truck-bx, .premium-three-box, .have-questions-bx, .login-bottom-bx{
     flex-wrap: wrap;
  }
  .left-auto-truck-bx ul{
      flex-wrap: wrap;
      margin: auto;
      display: block;
  }
  .left-truck-img{
      margin: auto;
  }
  .left-auto-truck-bx ul li{
      margin: 0;
      padding: 0;
      text-align: center;
  }
  .right-auto-truck-bx{
      margin: auto;
  }
  .auto-video-bx{
      height: 100%;        
  }
  .premium-title{
      width: 100%;
  }
  .contact-bx{
      flex-wrap: wrap;
      height: auto;
      border-radius: 5px;
      padding: 16px;
      text-align: center;
  }
  p.contact-text{
      padding: 0px;
  }
  a.contact-btn{
      width: 100%;
      height: 49px;
  }
 .middel-sectiob-login, .connect-with:nth-child(2)  {
      width: 92%;
  }
  ul.signup-about-from, .ask-questions-bx, ul.signup-about-from li, ul.signup-about-from li:first-child, .signup-about-center{
      width: 100%;
  }
  .ask-questions-bx2{
      margin-top: 10px;
      width: 100%;
  }
  .login-note{
      padding: 0px;
  }    
  .Dealer-login, .opps-login, .login-create-new-password, .login-password, .forgot-password, .reset-link, .create-new-password{
      width: 90%;
      margin: auto
  }
  .social-icons ul li a{
      padding-left: 5%;
  }
  .connect-with{
      width: 100%;
      border-right: none;
      height: auto;
      margin-bottom: 18px;
  }
  p.title-bottom-tx{
      padding: 0 0 12px 0;
  }
  
  .login-bottom-bx{
      padding-bottom: 0px;
  }
  .login-next-btn button, .login-next-btn a {
      width: 100%!important;
  }
  span.opps-back{
      top:0px;
  }
}