.crm-form-container {
    max-width: 400px;
    
     }

       /* Submit button override (if allowed by Sell.Do) */
    .crm-form-container input[type="submit"],
    .crm-form-container button[type="submit"] {
      background-color: #c84042 !important;
      color: #fff !important;
      border: none !important;
      padding: 10px 20px;
      font-size: 16px;
      border-radius: 5px;
      cursor: pointer;
    }

    .crm-form-container input[type="submit"]:hover,
    .crm-form-container button[type="submit"]:hover {
      background-color: #e9741f !important;
    }