
.registration{
  border:1px solid rgb(0, 0, 0) !important;
  width:90%;
  height: auto;
  margin: 20px 5px 20px 5px;
  margin-top: 20px;
  margin-left: 70px;
  border-radius: 10px;

}
h2{
   text-align: center;
   color:#020202 !important; 
}
.quote{
    color:#213A57;
    font-size: 30px;
    margin-left: 20px;
}
.seller-form-container {
    /* width: 60%; */
    margin: 20px;
    padding: 20px;
    background-color: #fbfeff;
    color: #FFD166;
    border-radius: 8px;
  }
  
  h2 {
    text-align: center;
    color: #FFD166;
  }
  
  .seller-form{
    margin-bottom: 20px;
  }
   .form-group {
    margin-bottom: 20px;
    align-items: center;

    justify-content: center;
    text-align: center;
  }
  
  .seller-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000000;
    text-align: left;
    margin-left: 10px;
  }
  
  .seller-form input[type="text"],
  .seller-form input[type="tel"],
  .seller-form textarea, .seller-form select,
  .seller-form input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #f8fbfd;
    color: #000000;
    font-size: 1rem;
    margin-top: 5px;
    box-sizing: border-box;
    
  }
  
  .seller-form input[type="file"] {
    padding: 5px;
  }
  
  .seller-form textarea {
    resize: vertical;
  }
  
  .form-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .submit-btn,
  .clear-btn {
    width: 48%;
    padding: 10px;
    border: 1px solid rgb(10, 10, 10);
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1rem;
  }
  
  .submit-btn {
    background-color: #0ec72a;
    color: #ffffff;
  }
  
  .clear-btn {
    background-color: #0ec72a;
    color: #FFFFFF;
  }
  
  .submit-btn:hover,
  .clear-btn:hover {
    opacity: 0.9;
  }
  
  .login-option {
    text-align: center;
    margin-top: 20px;
    color: #000000;
  }
  
  .login-option a {
    color: #4d74ff;
    text-decoration: none;
  }
  
  .login-option a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .seller-form input[type="text"],
    .seller-form input[type="tel"],
    .seller-form textarea,
    .seller-form input[type="file"] {
      width: 100%;
    }
  
    .submit-btn,
    .clear-btn {
      width: 100%;
    }
  
    .form-buttons {
      flex-direction: column;
    }
  }
  