
.logged-in .login-link.menu-item{
    display: none;
}
.dealer-login-form form{
    margin-top:20px;
}
.white-btn{
    background: #fff;
    color: #213243;
    border: 1px solid #213243;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 1.5;
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
    padding: 10px 30px;
}
.white-btn:hover{
    background: #d3a44c;
    border: 1px solid #d3a44c;
    color: #213243;
    text-decoration: none;
}
.field-input{
    background: #f2f3f5;
    border: 1px solid #f2f3f5;
    margin-right: 15px;
    padding: 8px;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}
.field-group{
    margin-bottom: 20px;
}
.button-group{
    margin-top: 40px;
}
.dealer-materials-list {
  margin-top: 30px;
}

.material-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.material-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.material-icon {
  font-size: 20px;
}

.material-name {
  font-weight: 500;
  flex-grow: 1;
}
.page-template-dealer-login-template .no-dealer-user{
    margin-bottom: 35px;
}
.custom-gap {
  margin-left: -40px;  /* half of your desired gap */
  margin-right: -40px;
}

.custom-gap > .col-md-6 {
  padding-left: 40px;  /* half of your desired gap */
  padding-right: 40px;
}

.dealer-material-section{
  margin-top: 80px;
}

@media (max-width: 767px) {
    .dealer-login-form{
        margin-bottom: 50px;
        margin-top: 35px;
    }
    .dealer-materials-list{
      margin-bottom: 60px;
    }
    .page-template-dealer-login-template .white-btn{
      padding: 10px 18px;
      min-width: 175px;
    }
    .page-template-page-templates .paragraphpart p{
          margin: 20px 0 0 0;
    }
    .page-template-dealer-login-template .cta-section-wrapper{
      margin-top: 50px;
    }
}   

