.sales-rep-cnt-wrapper{
    margin-top: 80px;
}
.sales-rep-main{
    display: flex;
    gap: 40px;
}
.sales-rep-bred-crumb{
    padding-left: 50px;
}
.already-reg-text{
    font-size:18px;
color: #FF0A00;
}
.sales-rep-content-wrapper{
    width: 50%;
    padding-left: 50px;
}
.form_Sales{
    /*width:900px;*/
    margin:0px auto;
}
.form_Sales tr:hover{
    background: transparent;
}
.input_res_val{margin-top:10px!important;      margin-bottom: 20px;}
.left_val {
  width: 20%;
  float: left;
}
.input_res_val_sub{text-align:center;}
.right_val {
  width: 80%;
  float: left;
}

.form_Sales h1{
    /*font-size:21px;*/
    font-size:18px;
    
}
.right_val > input, select {
  width: 100%;
  
      border-radius: 60px;
    padding: 13px 16px;
    background: #F8F8F8;
        border: none;
}

.sales-rep-img-con{
    background-image: url('https://beta.preciseled.com/wp-content/uploads/2026/07/Frame-2147225533.webp');
            background-size: cover;  
            background-repeat: no-repeat;
            background-position: center; width:50%;
}

table td{
    border: none;
    vertical-align: unset;
}

table tbody>tr:nth-child(odd)>td {
    background: transparent;
}

.sales-rep-btn{
    margin-top: 15px;
    padding: 18px;
    width: 100%;
    background-color: #F0453E;
    border: none;
    color: #FFFFFF;
}
.sales-rep-btn:hover{
   background-color: #F0453E;
}

@media (max-width: 480px) {
  .sales-rep-main {
    flex-direction: column;
  }
  .sales-rep-bred-crumb{
    padding-left: 20px;
  }
  .sales-rep-content-wrapper {
    width: 100%;
    padding: 20px;
  }
  .already-reg-text{
    font-size:15px;
  }
  .form_Sales h1{
    font-size:15px;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  label {
    font-size: 12px;
  }
  .sales-rep-main form{
      margin-bottom: 0 !important;
  }
  .sales-rep-img-con {display: none;}
}